szetszwo commented on PR #7046:
URL: https://github.com/apache/ozone/pull/7046#issuecomment-2276331658

   > ... in Ratis the executeSubmitClientRequestAsync is a join() operation, 
and it will block the timeout on the outer CompletableFuture.
   
   The `join()` to join the request submission but not the future completion.  
So, it is correct.  It seems that the require submission did not go through in 
Datanode.  We should check why.  Are you able to reproduce the problem?
   
   For Ratis, I would see if there is a better way to eliminate `join()`.
   


-- 
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...@ozone.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to