Repository: ambari Updated Branches: refs/heads/trunk e1cf8db0d -> 39320fd8a
AMBARI-16024: Remove performing service check during Remove Standby Wizard (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/39320fd8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/39320fd8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/39320fd8 Branch: refs/heads/trunk Commit: 39320fd8ada68ee4bfbb016926f1f3c69508cca7 Parents: e1cf8db Author: Bhuvnesh Chaudhary <[email protected]> Authored: Tue Apr 26 11:11:06 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Tue Apr 26 11:11:06 2016 -0700 ---------------------------------------------------------------------- .../admin/highAvailability/hawq/removeStandby/step3_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/39320fd8/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js index 5bcf34f..dbae6f0 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js @@ -104,7 +104,7 @@ App.RemoveHawqStandbyWizardStep3Controller = App.HighAvailabilityProgressPageCon }, startRequiredServices: function () { - this.startServices(true, [this.hawqServiceName], true); + this.startServices(false, [this.hawqServiceName], true); } });
