Parcourir la source

AMBARI-4635. "SNN Process" alert displays after HA enabled successfully (alexantonenko)

Alex Antonenko il y a 11 ans
Parent
commit
c14a483bd2

+ 1 - 1
ambari-web/app/controllers/main/admin/highAvailability/step9_controller.js

@@ -24,7 +24,7 @@ App.HighAvailabilityWizardStep9Controller = App.HighAvailabilityProgressPageCont
 
   isHA: true,
 
-  commands: ['startSecondNameNode', 'installZKFC', 'startZKFC', 'reconfigureHBase', 'startAllServices', 'deleteSNameNode'],
+  commands: ['startSecondNameNode', 'installZKFC', 'startZKFC', 'reconfigureHBase', 'deleteSNameNode', 'startAllServices'],
 
   hbaseSiteTag: "",
 

+ 2 - 2
ambari-web/app/messages.js

@@ -769,8 +769,8 @@ Em.I18n.translations = {
   'admin.highAvailability.wizard.step9.task1.title':'Install Failover Controllers',
   'admin.highAvailability.wizard.step9.task2.title':'Start Failover Controllers',
   'admin.highAvailability.wizard.step9.task3.title':'Reconfigure HBase',
-  'admin.highAvailability.wizard.step9.task4.title':'Start All Services',
-  'admin.highAvailability.wizard.step9.task5.title':'Delete Secondary NameNode',
+  'admin.highAvailability.wizard.step9.task4.title':'Delete Secondary NameNode',
+  'admin.highAvailability.wizard.step9.task5.title':'Start All Services',
   'admin.highAvailability.wizard.step9.notice.completed':'NameNode HA has been enabled successfully.',
 
   'admin.highAvailability.wizard.step3.curNameNode': '<b>Current NameNode:</b> ',