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

Fix bug in replica lock release in the mem store #1535

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

adejanovski
Copy link
Contributor

There's currently a bug in the release lock code that doesn't actually releases the lock. As a consequence we need to wait for the lock to expire before being able to schedule a new segment.

This PR fixes this by properly cleaning up replica locks.

Copy link

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

Copy link
Contributor

@Miles-Garnsey Miles-Garnsey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving because tests pass - some explanation still going on offline but this is non blocking.

@adejanovski adejanovski merged commit c21ee6e into master Dec 20, 2024
24 checks passed
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.

2 participants