virajjasani commented on PR #5837:
URL: https://github.com/apache/hbase/pull/5837#issuecomment-2110914019

   > Here you just submit the async zk operation in the timer task, and then in 
the callback, you check reschedule the timer task and then you have a chance to 
check timeout, but what if the zk operation does not return within the 
timeout?...
   
   @Apache9 this is exactly why i was initially proposing to use 
CompletableFuture#get with timeout in all callers so that regardless of the 
ConnectionRegistry implementation, we can still have our timeout at Future 
object level.


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