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:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgenii Zhuravlev updated IGNITE-6365:
--------------------------------------
    Attachment: EntryProcessorContinuousQuery.java

> 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
>            Assignee: Evgenii Zhuravlev
>         Attachments: EntryProcessorContinuousQuery.java
>
>
> 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)