You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol/DatanodeProtocol.java
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -101,18 +101,22 @@ public DatanodeRegistration registerDatanode(DatanodeRegistration registration
101
101
* an array of "DatanodeCommand" objects in HeartbeatResponse.
102
102
* A DatanodeCommand tells the DataNode to invalidate local block(s),
103
103
* or to copy them to other DataNodes, etc.
104
-
* @param registration datanode registration information
105
-
* @param reports utilization report per storage
106
-
* @param xmitsInProgress number of transfers from this datanode to others
107
-
* @param xceiverCount number of active transceiver threads
108
-
* @param failedVolumes number of failed volumes
109
-
* @param volumeFailureSummary info about volume failures
0 commit comments