[jira] [Created] (IGNITE-6011) EntryProcessor can make data inconsistent if fails on TX cache.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6011) EntryProcessor can make data inconsistent if fails on TX cache.

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-6011:
----------------------------------------

             Summary: EntryProcessor can make data inconsistent if fails on TX cache.
                 Key: IGNITE-6011
                 URL: https://issues.apache.org/jira/browse/IGNITE-6011
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Andrew Mashenkov


I'd expect that with FULL_SYNC write mode and TX cache data always be consistent.
And if EntryProcessor fails on primary (or backup) node and pass on backup (or primary) then whole transaction will be rolled back.

But looks like it is not true, I observe old value on node where EP has failed and new value on other nodes.

PFA repro attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)