Yuriy, any chance you can provide us with a small reproducible example? You can create a small project on GitHub.
D. On Wed, Oct 28, 2015 at 8:11 AM, Yury Lazouski <[email protected]> wrote: > This config is used for all caches > > <bean class="org.apache.ignite.configuration.CacheConfiguration"> > <property name="cacheMode" value="REPLICATED"/> > <property name="atomicityMode" value="ATOMIC"/> > <property name="copyOnRead" value="false"/> > </bean> > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-with-REPLICATED-cache-tp1710p1745.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
