Skip to content

Commit 5d82123

Browse files
author
Ritesh Garg
committed
Adding changes to run tests
1 parent 446ef9a commit 5d82123

File tree

1 file changed

+1
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs

1 file changed

+1
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java

+1
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ synchronized void adjustState4RestartingNode() {
417417
if (restartingNodeIndex == -1) {
418418
return;
419419
}
420+
420421
// Just took care of a node error while waiting for a node restart
421422
if (restartingNodeIndex >= 0) {
422423
// If the error came from a node further away than the restarting

0 commit comments

Comments
 (0)