You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/10/26 07:58:27 UTC

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

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)