lyang24 commented on PR #2763:
URL: https://github.com/apache/kvrocks/pull/2763#issuecomment-2630255842

   > . Don't know if it is because of parallal test execution.
   > 
   > ```
   > Replication thread operation failed: thread #140295113012800 cannot be 
`join`ed: Resource deadlock avoided
   > ```
   > 
   > The replication thread failed to join the thread while `Stop()` is called 
(due to "Resource deadlock avoided"), so that the dtor of `std::thread` leads 
to a `std::terminate` (while the dtor of ReplicationThread is called).
   > 
   > This indicates that, the ReplicationThread::Stop() is called from the 
replication thread itself (which is a deadlock). (but it looks impossible.)
   
   i guess it may due to the parallelism consumed too much system resources, 
will try to limit parallelism to 4. will revert slot migraiton if this failed.


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