Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
BlockManagerSafeMode.java
this.extension = conf.getInt(DFS_NAMENODE_SAFEMODE_EXTENSION_KEY, 0);
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.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-9129 Move the safemode block count into BlockManager
- Resolved