You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/10/25 02:12:17 UTC

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

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

wuzhiguo 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 ddd61d3f71 AMBARI-25199: Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (#3429)
ddd61d3f71 is described below

commit ddd61d3f71ca79ec73a3ae0f4f6f986941022d1c
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Tue Oct 25 10:12:12 2022 +0800

    AMBARI-25199: Ambari does not update "dfs.namenode.lifeline.rpc-address" during Namenode move operation (#3429)
---
 ambari-web/app/utils/configs/move_namenode_config_initializer.js | 1 +
 1 file changed, 1 insertion(+)

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 491923e95e..c3310a0f4f 100644
--- a/ambari-web/app/utils/configs/move_namenode_config_initializer.js
+++ b/ambari-web/app/utils/configs/move_namenode_config_initializer.js
@@ -32,6 +32,7 @@ App.MoveNameNodeConfigInitializer = App.MoveComponentConfigInitializerClass.crea
     'dfs.namenode.https-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(50470),
     'dfs.namenode.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8020),
     'dfs.namenode.servicerpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8021),
+    'dfs.namenode.lifeline.rpc-address.{{namespaceId}}.{{suffix}}': App.MoveComponentConfigInitializerClass.getTargetHostConfig(8050)
   },
 
   uniqueInitializers: {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org