Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

fix(store): Add mutex synchronization to AOF Load function #1752

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iamrajiv
Copy link

Fixes: #1725

Fixes race condition in AOF Load function by adding mutex synchronization.

Previously, Load() could return temporally inconsistent data when concurrent Write() operations occurred during file scanning, especially with large AOF files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Synchronization in Load
1 participant