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(distributed): fix locks failing to release #429

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Conversation

samuelmasse
Copy link
Contributor

Fixes a problem where trying to release a lock that was already timed out would cause an error to be logged to the console. In some edge cases it could mean that locked areas of the code could be running at two places at the same time. This PR implements lock refreshing to solve all these problems

Closes DEV-2490

@linear
Copy link

linear bot commented Mar 29, 2022

@samuelmasse samuelmasse merged commit dc1f159 into master Mar 29, 2022
@samuelmasse samuelmasse deleted the sm-fix-locks branch March 29, 2022 18:17
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