HDFS-5018. Misspelled DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_DEFAULT in javadoc of DatanodeInfo#isStale(). Contributed by Ted Yu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
731a583c2b
commit
febcf4d669
|
@ -691,6 +691,9 @@ Release 2.1.0-beta - 2013-07-02
|
|||
HDFS-5003. TestNNThroughputBenchmark failed caused by existing directories.
|
||||
(Xi Fang via cnauroth)
|
||||
|
||||
HDFS-5018. Misspelled DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_DEFAULT
|
||||
in javadoc of DatanodeInfo#isStale(). (Ted Yu via jing9)
|
||||
|
||||
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
|
||||
|
|
|
@ -329,7 +329,7 @@ public class DatanodeInfo extends DatanodeID implements Node {
|
|||
* Check if the datanode is in stale state. Here if
|
||||
* the namenode has not received heartbeat msg from a
|
||||
* datanode for more than staleInterval (default value is
|
||||
* {@link DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_MILLI_DEFAULT}),
|
||||
* {@link DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_DEFAULT}),
|
||||
* the datanode will be treated as stale node.
|
||||
*
|
||||
* @param staleInterval
|
||||
|
|
Loading…
Reference in New Issue