zuston commented on code in PR #2366:
URL: 
https://github.com/apache/incubator-uniffle/pull/2366#discussion_r1950190332


##########
storage/src/main/java/org/apache/uniffle/storage/handler/impl/PrefetchableClientReadHandler.java:
##########
@@ -138,4 +143,13 @@ public void close() {
       prefetchExecutors.shutdown();
     }
   }
+
+  @Override
+  public void logConsumedBlockInfo() {

Review Comment:
   Checked, all sub-class will call the super. logConsumedBlockInfo



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