Skip to content

fix(mvcc): eliminate watch creation race condition near compaction boundary (#5) - #9

Open
jihadMo wants to merge 1 commit into
morriganreza973:mainfrom
jihadMo:fix/mvcc-watch-compaction-race
Open

fix(mvcc): eliminate watch creation race condition near compaction boundary (#5)#9
jihadMo wants to merge 1 commit into
morriganreza973:mainfrom
jihadMo:fix/mvcc-watch-compaction-race

Conversation

@jihadMo

@jihadMo jihadMo commented Aug 8, 2026

Copy link
Copy Markdown

Resolves #5.

Enforces atomic boundary validation in server/storage/mvcc/watchable_store.go and store.go to prevent watch creation race conditions near compaction boundaries, along with concurrent stress test suite in server/storage/mvcc/watchable_store_test.go.

@jihadMo

jihadMo commented Aug 8, 2026

Copy link
Copy Markdown
Author

/claim #5

@opirebot

opirebot Bot commented Aug 8, 2026

Copy link
Copy Markdown

😅 Unfortunately there are no rewards left to claim in this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🎯 Fix Race Condition: Watch Misses Deletion Event Near Compaction Boundary

1 participant