Hi Kevin,

This approach is not going to work in distributed system because the object
can be serialized and sent from one node to another.

It sounds like you should use IgniteCache.putIfAbsent() method to update the
entry. It guarantees that only one of two concurrent updates succeeds. Let
me know if it works for you.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/CacheStore-implementation-using-Hibernate-tp1423p1454.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to