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

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

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

Anton Vinogradov (Jira)
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)