kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

[BUG] Maybe there's a bug in the publish/subscribe logic

Open git-hulk opened this issue 3 years ago • 1 comments

Describe the bug The github actions occasionally failed at Publish/Subscribe tcl test cases like below:

https://github.com/KvrocksLabs/kvrocks/runs/4751562466?check_suite_focus=true#step:7:725

After reviewing the test case many times and it always happened on the ubuntu which was multi-threads, so i think it should be caused by the data race condition in the publish/subscribe logical, but still didn't find the right way to reproduce this issue.

git-hulk avatar Jan 09 '22 15:01 git-hulk

Maybe we can have a try at Ubuntu with enabling the thread sanitizer.

git-hulk avatar Jan 09 '22 15:01 git-hulk

Closed as stale. This issue seems vanished.

tisonkun avatar Sep 11 '22 03:09 tisonkun