We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446ef9a commit 5d82123Copy full SHA for 5d82123
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java
@@ -417,6 +417,7 @@ synchronized void adjustState4RestartingNode() {
417
if (restartingNodeIndex == -1) {
418
return;
419
}
420
+
421
// Just took care of a node error while waiting for a node restart
422
if (restartingNodeIndex >= 0) {
423
// If the error came from a node further away than the restarting
0 commit comments