DaveTeng0 commented on code in PR #5530:
URL: https://github.com/apache/ozone/pull/5530#discussion_r1385581790
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java:
##########
@@ -546,6 +546,7 @@ protected void handleFlush(boolean close) throws
IOException {
try {
handleFlushInternal(close);
} catch (ExecutionException e) {
+ failedServers.addAll(getPipeline().getNodes());
Review Comment:
need this line, otherwise exclusionList will always be empty.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]