sodonnel commented on a change in pull request #2973:
URL: https://github.com/apache/ozone/pull/2973#discussion_r784123673
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/BlockOutputStreamEntryPool.java
##########
@@ -112,6 +112,10 @@ public BlockOutputStreamEntryPool(
.createByteBufferConversion(unsafeByteBufferConversion));
}
+ ExcludeList createExcludeList() {
+ return new ExcludeList();
Review comment:
I see now, this is in a different place to another instance below in
ECBlockOutputStreamEntryPool.java - are we not concerned about expiring
excluded nodes in BlockOutputStreamEntryPool.java ?
--
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]