[ 
https://issues.apache.org/jira/browse/HDFS-14653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887538#comment-16887538
 ] 

Hudson commented on HDFS-14653:
-------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16943 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16943/])
HDFS-14653. RBF: Correct the default value for (tasanuma: rev 
9792f58662a256f79d2c8352e11d7368ac49698a)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouter.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/resources/hdfs-rbf-default.xml


> RBF: Correct the default value for 
> dfs.federation.router.namenode.heartbeat.enable
> ----------------------------------------------------------------------------------
>
>                 Key: HDFS-14653
>                 URL: https://issues.apache.org/jira/browse/HDFS-14653
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HDFS-14653-01.patch, HDFS-14653-02.patch
>
>
> dfs.federation.router.namenode.heartbeat.enable is suppose to take the value 
> of dfs.federation.router.heartbeat.enable when it isn't explicitly specified. 
> by ::
> {noformat}
>     boolean isRouterHeartbeatEnabled = conf.getBoolean(
>         RBFConfigKeys.DFS_ROUTER_HEARTBEAT_ENABLE,
>         RBFConfigKeys.DFS_ROUTER_HEARTBEAT_ENABLE_DEFAULT);
>     boolean isNamenodeHeartbeatEnable = conf.getBoolean(
>         RBFConfigKeys.DFS_ROUTER_NAMENODE_HEARTBEAT_ENABLE,
>         isRouterHeartbeatEnabled);
> {noformat}
> But since now RBF-Defaults are added by default, this logic doesn't hold, and 
> the value defaults to true.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to