Skip to content

GH-2627: Deadlock on lifecycleMonitor Regression #2629

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

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

garyrussell
Copy link
Contributor

Resolves #2627

Introduced by 73bee66

Remove the synchronization; it was added because an earlier implementation referenced containers which can only be used under the lock. When the implementation changed, I failed to remove the unnecessary sync.

cherry-pick to 2.9.x

Resolves spring-projects#2627

Introduced by spring-projects@73bee66

Remove the synchronization; it was added because an earlier implementation
referenced `containers` which can only be used under the lock. When the
implementation changed, I failed to remove the unnecessary sync.

**cherry-pick to 2.9.x**
@artembilan artembilan merged commit ce268a7 into spring-projects:main Mar 17, 2023
@garyrussell garyrussell deleted the GH-2627 branch March 20, 2023 15:16
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.

Deadlock on lifecycleMonitor
2 participants