zhixinwen opened a new pull request, #3131:
URL: https://github.com/apache/kvrocks/pull/3131

   Root cause is documented in: https://github.com/apache/kvrocks/issues/3112
   Also fix: https://github.com/apache/kvrocks/issues/3126
   
   Only the main thread or a dedicated thread should execute the Signal Handler 
code, all other threads should not do that. Otherwise we may see a thread 
trying to join itself.
   
   Unfortunately I do not see a good way to test it, I tested manually with 
`kill -15` and the instances shutdown as expected.


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