comnetwork commented on a change in pull request #4039:
URL: https://github.com/apache/hbase/pull/4039#discussion_r793282264



##########
File path: 
hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.java
##########
@@ -187,7 +196,7 @@ public Callback(CompletableFuture<Long> future, long 
ackedLength,
   private final StreamSlowMonitor streamSlowMonitor;
 
   // all lock-free to make it run faster
-  private void completed(Channel channel) {
+  protected void completed(Channel channel) {

Review comment:
       I would fix it




-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to