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

   On branch-3+, we have removed all the sync client code and reimplement sync 
client on top of async client. In async client,the locate region timeout is 
controlled by meta operation timeout, but since we are asynchronous, the upper 
layer could get a timeout even if the locating region operation has not 
completed yet, so there is no problem.
   
   On branch-2, it is a problem since we run all the operations in one thread.
   
   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