Re: IgniteCache method replace(key,newVal) behave different with replace(key,oldVal,newVal)

2016-05-19 Thread vkulichenko
Cache-method-replace-key-newVal-behave-different-with-replace-key-oldVal-newVal-tp4986p5037.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: IgniteCache method replace(key,newVal) behave different with replace(key,oldVal,newVal)

2016-05-17 Thread 张鹏鹏
p://apache-ignite-users.70518.x6.nabble.com/IgniteCache-method-replace-key-newVal-behave-different-with-replace-key-oldVal-newVal-tp4986p4999.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: IgniteCache method replace(key,newVal) behave different with replace(key,oldVal,newVal)

2016-05-17 Thread vkulichenko
Can you please show the full trace with the root cause? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteCache-method-replace-key-newVal-behave-different-with-replace-key-oldVal-newVal-tp4986p4999.html Sent from the Apache Ignite Users mailing list

IgniteCache method replace(key,newVal) behave different with replace(key,oldVal,newVal)

2016-05-16 Thread 张鹏鹏
Are there some different between the IgniteCache two replace methods? In my test: If I call the replace(key,newVal),it's ok. but if I call replace(key,oldVal,newVal) ,there is an exception throws. org.apache.ignite.cache.CachePartialUpdateException: Failed to update keys (retry update if possib