I presume, that you are using persistent cache store in write-behind mode. Judging by the javadoc, write-behind cache stores don't support concurrent updates of the same key: https://static.javadoc.io/org.apache.ignite/ignite-core/2.1.0/org/apache/ignite/internal/processors/cache/store/GridCacheWriteBehindStore.html
It may cause your problem. ср, 16 авг. 2017 г. в 16:44, dkarachentsev <[email protected]>: > Hi Aaron, > > It looks like node is stopping. Do you have NODE FAILED, SEGMENTED or LEFT > messages in logs? > > Thanks! > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Update-cache-fail-with-IgniteInterruptedException-tp16224p16226.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
