[
https://issues.apache.org/jira/browse/HDFS-11095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630726#comment-15630726
]
Hudson commented on HDFS-11095:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10756 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10756/])
HDFS-11095. BlockManagerSafeMode should respect extension period default
(liuml07: rev 9b0c17f85232950ecd927427e5ad9d28dd9d277f)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockManagerSafeMode.java
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManagerSafeMode.java
> BlockManagerSafeMode should respect extension period default config value
> (30s)
> -------------------------------------------------------------------------------
>
> Key: HDFS-11095
> URL: https://issues.apache.org/jira/browse/HDFS-11095
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Reporter: Mingliang Liu
> Assignee: Mingliang Liu
> Fix For: 2.9.0, 3.0.0-alpha2
>
> Attachments: HDFS-11095.000.patch, HDFS-11095.001.patch
>
>
> {code:title=BlockManagerSafeMode.java}
> this.extension = conf.getInt(DFS_NAMENODE_SAFEMODE_EXTENSION_KEY, 0);
> {code}
> Though the default value (30s) is loaded from {{hdfs-default.xml}}, we should
> also respect this in the code by using
> {{DFSConfigKeys#DFS_NAMENODE_SAFEMODE_EXTENSION_DEFAULT}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]