Skip to content

Commit

Permalink
HDFS-16303. Fix edge case where DatanodeAdminDefaultMonitor doubly en…
Browse files Browse the repository at this point in the history
…queues a DatanodeDescriptor on exception
  • Loading branch information
Kevin Wikant committed Jan 24, 2022
1 parent 3ed3c74 commit 1fecaff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ private void check() {
+ "{}.", dn, e);
getPendingNodes().add(dn);
toRemove.add(dn);
unhealthyDns.remove(dn);
} finally {
iterkey = dn;
}
Expand Down

0 comments on commit 1fecaff

Please sign in to comment.