Apache9 commented on PR #6168:
URL: https://github.com/apache/hbase/pull/6168#issuecomment-2308884424

   The intention here is that, in AsyncTableImpl, we will always call any 
callbacks in a thread pool, in order to prevent blocking operations in 
callbacks blocking the system thread(like netty event loop). If you want high 
performance, you can use RawAsyncTable directly.
   
   Here I think we should still use the thread pool, but use some tricks to let 
onComplete to be called at last.
   
   Thanks.


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

Reply via email to