sodonnel commented on a change in pull request #2973:
URL: https://github.com/apache/ozone/pull/2973#discussion_r784119962



##########
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:
       Do we need to use the constructor `public ExcludeList(long 
autoExpiryTime, java.time.Clock clock)` here, so the clock instance gets setup 
in the exclude list?




-- 
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]

Reply via email to