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.
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.
>
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
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