Repository: ambari Updated Branches: refs/heads/branch-2.2 7e3702f87 -> a358ea123
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/a358ea12 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a358ea12 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a358ea12 Branch: refs/heads/branch-2.2 Commit: a358ea1232c9d8d543c07fb88b697a00d4780d45 Parents: 7e3702f Author: Bhuvnesh Chaudhary <[email protected]> Authored: Tue Apr 26 11:11:35 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Tue Apr 26 11:11:35 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/a358ea12/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); } });
