Vladimir Ozerov created IGNITE-2293:
---------------------------------------
Summary: Review CacheContinuousQueryHandler.EntryBuffer concurrency.
Key: IGNITE-2293
URL:
https://issues.apache.org/jira/browse/IGNITE-2293 Project: Ignite
Issue Type: Sub-task
Components: cache
Affects Versions: ignite-1.4
Reporter: Vladimir Ozerov
Fix For: 1.6
EntryBuffer use GridConcurrentSkipListSet, AtomicLong and some non-blocking techniques.
Provided that all operation inside the buffer is very small, most probably starightforward and simple critical section with "synchronized" will give better performance than current implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)