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

[3.0] Bugfix: java.util.ConcurrentModificationException at IdentityMa… #1291

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

Commits on Sep 9, 2021

  1. [3.0] Bugfix: java.util.ConcurrentModificationException at IdentityMa…

    …pManager.invalidateQueryCache
    
    PROBLEM
    =======
    ConcurrentModificationException raising while evicting shared caches.
    
    CAUSE
    =======
    Set 'invalidations' is changing in while we iterate over it.
    
    SOLVING
    =======
    Add thread synchronization
    
    Signed-off-by: Vladimir Ivanov <ivvlev@ivvlev.com>
    Vladimir Ivanov committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ca4d93c View commit details
    Browse the repository at this point in the history