Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a race condition and access violation on multithreaded journals #4919

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

john-sharratt
Copy link
Contributor

  • Multithreaded journals were not clearing the replaying journal flag before the background threads resumed and thus caused some events to be lost
  • The memory restore using decompressed journal extents was causing an access violation in certain scenarios where the memory already existed.

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.

None yet

2 participants