Bladeren bron

AMBARI-16024: Remove performing service check during Remove Standby Wizard (bhuvnesh2703)

Bhuvnesh Chaudhary 9 jaren geleden
bovenliggende
commit
39320fd8ad

+ 1 - 1
ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js

@@ -104,7 +104,7 @@ App.RemoveHawqStandbyWizardStep3Controller = App.HighAvailabilityProgressPageCon
   },
   },
 
 
   startRequiredServices: function () {
   startRequiredServices: function () {
-    this.startServices(true, [this.hawqServiceName], true);
+    this.startServices(false, [this.hawqServiceName], true);
   }
   }
 
 
 });
 });