Skip to content

Commit

Permalink
HDFS-16443. Fix edge case where DatanodeAdminDefaultMonitor doubly en…
Browse files Browse the repository at this point in the history
…queues a DatanodeDescriptor on exception (#3942)

Signed-off-by: Akira Ajisaka <[email protected]>
  • Loading branch information
KevinWikant authored Jan 31, 2022
1 parent bd50b91 commit 089e06d
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 089e06d

Please sign in to comment.