Hi,
I am using Ignite 2.0 and wondering if there are any known putIfAbsent(key,
value) issues where on occassion the value on a subsequent get(key) on
another thread will come back null when a value was actually put in the
cache. If not, I'll try to reproduce it. My cache setup is as follows.
<bean
class="org.apache.ignite.configuration.CacheConfiguration">
<property name="name" value="MyCache" />
<property name="cacheMode"
value="REPLICATED" />
<property name="atomicityMode"
value="TRANSACTIONAL" />
<property name="backups" value="1" />
<property
name="writeSynchronizationMode" value="FULL_SYNC" />
<property name="statisticsEnabled"
value="true" />
</bean>
I have 2 servers and 1 client up.
Best,
Rick
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/PutIfAbsent-issues-tp12633.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.