133tosakarin opened a new pull request, #1168:
URL: https://github.com/apache/ratis/pull/1168

   ## What changes were proposed in this pull request?
   In recent observations, I found that some functions wait for a future while 
holding a lock, which is a very dangerous thing.
   To avoid the deadlock problem caused by holding the lock and waiting for the 
future, I am considering moving the future waiting outside the lock.
   
   


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