HDFS-5018. Merge change r1505603 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9293341473
commit
9b8a60f44f
|
@ -494,6 +494,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.
|
||||
|
|
|
@ -327,7 +327,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