SafeModeInfo should use DFS_NAMENODE_SAFEMODE_THRESHOLD_PCT_DEFAULT instead of 0.95 -----------------------------------------------------------------------------------
Key: HDFS-1925 URL: https://issues.apache.org/jira/browse/HDFS-1925 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.22.0 Reporter: Konstantin Shvachko Fix For: 0.22.0 {{SafeMode()}} constructor has 0.95f default threshold hard-coded. This should be replaced by the constant {{DFS_NAMENODE_SAFEMODE_THRESHOLD_PCT_DEFAULT}}, which is correctly set to 0.999f. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira