[jira] [Created] (IGNITE-1787) Concurrent call of Cache.registerCacheEntryListener can fail with ConcurrentModificationException

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1787) Concurrent call of Cache.registerCacheEntryListener can fail with ConcurrentModificationException

Anton Vinogradov (Jira)
Semen Boikov created IGNITE-1787:
------------------------------------

             Summary: Concurrent call of Cache.registerCacheEntryListener can fail with ConcurrentModificationException
                 Key: IGNITE-1787
                 URL: https://issues.apache.org/jira/browse/IGNITE-1787
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Semen Boikov
            Assignee: Semen Boikov
            Priority: Blocker
             Fix For: 1.5


When cache entry listener is registered (Cache.registerCacheEntryListener) listener configuration should be added to CacheConfiguration to conform to JCache spec. But JCache MutableConfiguration does not have any sychronization for listeners configuration, so ConcurrentModificationException is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)