We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c0ab commit 64239e2Copy full SHA for 64239e2
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java
@@ -198,7 +198,7 @@ private void clearLocalDeadNodes() {
198
}
199
200
/**
201
- * clear list of ignored nodes used for hedged reads
+ * Clear list of ignored nodes used for hedged reads.
202
*/
203
private void clearIgnoredNodes(Collection<DatanodeInfo> ignoredNodes) {
204
if (ignoredNodes != null) {
0 commit comments