You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgenii Zhuravlev (JIRA)" <ji...@apache.org> on 2017/09/13 10:40:00 UTC

[jira] [Created] (IGNITE-6365) Wrong EventType and oldValue in RemoteFilter of CQ on not primary node due to reordering after EntryProcessor update

Evgenii Zhuravlev created IGNITE-6365:
-----------------------------------------

             Summary: Wrong EventType and oldValue in RemoteFilter of CQ on not primary node due to reordering after EntryProcessor update
                 Key: IGNITE-6365
                 URL: https://issues.apache.org/jira/browse/IGNITE-6365
             Project: Ignite
          Issue Type: Bug
            Reporter: Evgenii Zhuravlev


Example of events:
IS PRIMARY NODE: true
EVENT:CacheContinuousQueryEvent [evtType=UPDATED, key=4, newVal=2061, oldVal=2060]
IS PRIMARY NODE: true
EVENT:CacheContinuousQueryEvent [evtType=UPDATED, key=4, newVal=2062, oldVal=2061]
IS PRIMARY NODE: false
EVENT:CacheContinuousQueryEvent [evtType=UPDATED, key=4, newVal=2062, oldVal=2060]
IS PRIMARY NODE: false
EVENT:CacheContinuousQueryEvent [evtType=CREATED, key=4, newVal=2061, oldVal=null]



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