You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2019/03/19 09:26:26 UTC

[ambari] branch branch-2.6 updated: AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876)

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

amagyar pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new a308fd4  AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876)
a308fd4 is described below

commit a308fd42a2db2290c47c1d796f1fc575e873cccc
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Tue Mar 19 10:26:19 2019 +0100

    AMBARI-25199. Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (amagyar) (#2876)
---
 ambari-web/app/utils/configs/move_namenode_config_initializer.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ambari-web/app/utils/configs/move_namenode_config_initializer.js b/ambari-web/app/utils/configs/move_namenode_config_initializer.js
index 248b902..9bbeb03 100644
--- a/ambari-web/app/utils/configs/move_namenode_config_initializer.js
+++ b/ambari-web/app/utils/configs/move_namenode_config_initializer.js
@@ -30,7 +30,8 @@ App.MoveNameNodeConfigInitializer = App.MoveComponentConfigInitializerClass.crea
   initializers: {
     'dfs.namenode.http-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(50070),
     'dfs.namenode.https-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(50470),
-    'dfs.namenode.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8020)
+    'dfs.namenode.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8020),
+    'dfs.namenode.lifeline.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8050)
   },
 
   uniqueInitializers: {