Hi all,

I am trying to understand what happens in the following situation:
I have a partitioned cache that is accessed via the IgniteRepository from
org.apache.ignite.springdata22.repository. Now I realized, that it might
happen that two nodes will call the save method on the repository with the
same key but different value objects. We can expect that the key is not
present in the cache yet. What is the expected behaviour of the cache in
this situation? Will the nodes hold the conflicting data on different
partitions until they are somehow synchronized?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to