This is an automated email from the ASF dual-hosted git repository.

ababiichuk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3e32231  AMBARI-23815 NN Federation wizard: Restart Required Services 
should not restart JN and ZKFC. (ababiichuk)
3e32231 is described below

commit 3e3223134877829ebb323b49a7c1943bffedb96e
Author: ababiichuk <ababiic...@hortonworks.com>
AuthorDate: Tue May 15 15:43:32 2018 +0300

    AMBARI-23815 NN Federation wizard: Restart Required Services should not 
restart JN and ZKFC. (ababiichuk)
---
 ambari-web/app/controllers/main/admin/federation/step4_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-web/app/controllers/main/admin/federation/step4_controller.js 
b/ambari-web/app/controllers/main/admin/federation/step4_controller.js
index 1859e62..bf340f0 100644
--- a/ambari-web/app/controllers/main/admin/federation/step4_controller.js
+++ b/ambari-web/app/controllers/main/admin/federation/step4_controller.js
@@ -177,7 +177,7 @@ App.NameNodeFederationWizardStep4Controller = 
App.HighAvailabilityProgressPageCo
       name: 'restart.custom.filter',
       sender: this,
       data: {
-        filter: 
"HostRoles/component_name!=NAMENODE&HostRoles/component_name!=RANGER_ADMIN&HostRoles/component_name!=RANGER_USERSYNC&HostRoles/cluster_name="
 + App.get('clusterName'),
+        filter: 
"HostRoles/component_name!=NAMENODE&HostRoles/component_name!=JOURNALNODE&HostRoles/component_name!=ZKFC&HostRoles/component_name!=RANGER_ADMIN&HostRoles/component_name!=RANGER_USERSYNC&HostRoles/cluster_name="
 + App.get('clusterName'),
         context: "Restart Required Services"
       },
       success: 'startPolling',

-- 
To stop receiving notification emails like this one, please contact
ababiic...@apache.org.

Reply via email to