fukua95 commented on PR #2815:
URL: https://github.com/apache/kvrocks/pull/2815#issuecomment-2703148970

   > I'm wondering if it's possible to add a test case for this?
   
   I test it, but I can't reproduce the bug.
   
   In a multi-thread process, every thread have the chance to be interrupted by 
derive. When the repl thread be interrupted, it will implement the signal 
handle function, and the handle function will join the repl thread, which is 
deadlock.
   ```
   I20250226 11:50:45.351392 140030983013952 main.cc:50] Signal Terminated (15) 
received, stopping the server
   W20250226 11:50:45.351526 140030983013952 replication.cc:371] Replication 
thread operation failed: thread #140030983013952 cannot be `join`ed: Resource 
deadlock avoided
   I20250226 11:50:45.351537 140030983013952 replication.cc:373] [replication] 
Stopped
   ```


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