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

InMemoryPolicyDefinitionStore: CME exception #4141

Closed
wolf4ood opened this issue Apr 26, 2024 · 0 comments · Fixed by #4142
Closed

InMemoryPolicyDefinitionStore: CME exception #4141

wolf4ood opened this issue Apr 26, 2024 · 0 comments · Fixed by #4142
Labels
bug Something isn't working

Comments

@wolf4ood
Copy link
Contributor

Bug Report

While doing concurrent tests on policy definition the current implementation can throw a ConcurrentModificationException

since even if the lock manager is used the stream returned from the query is still associated to the underlying collection.

I would switch to ConcurrentHashMap like in other in-mem stores.

@wolf4ood wolf4ood added the bug Something isn't working label Apr 26, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Apr 26, 2024
@wolf4ood wolf4ood removed the triage all new issues awaiting classification label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant