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)