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)