git-hulk commented on PR #1712:
URL: https://github.com/apache/kvrocks/pull/1712#issuecomment-1698893367

   We may have the deadlock in ZSet::InterStore(as well as other similar APIs) 
if the dst key was inside the source key list since the OverWrite function will 
also lock the dst key: 
https://github.com/apache/kvrocks/blob/unstable/src/types/redis_zset.cc#L635 
   
   This issue was found by TSAN in CI: 
https://github.com/apache/kvrocks/actions/runs/6022265431/job/16338859035?pr=1712
   


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