You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/23 10:16:00 UTC

[jira] [Commented] (IGNITE-9009) Local continuous query listeners may be called on partition reassignment

    [ https://issues.apache.org/jira/browse/IGNITE-9009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552595#comment-16552595 ] 

ASF GitHub Bot commented on IGNITE-9009:
----------------------------------------

GitHub user dmekhanikov opened a pull request:

    https://github.com/apache/ignite/pull/4403

    IGNITE-9009 Don't process backup updates for local continuous queries.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9009

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4403.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4403
    
----
commit c75df5c917646fa75b155afd0b79a0f26d809b45
Author: Denis Mekhanikov <dm...@...>
Date:   2018-07-23T09:21:07Z

    IGNITE-9009 Don't process backup updates for local continuous queries.

----


> Local continuous query listeners may be called on partition reassignment
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-9009
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9009
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: Denis Mekhanikov
>            Assignee: Denis Mekhanikov
>            Priority: Major
>             Fix For: 2.7
>
>         Attachments: ContinuousQueryReassignmentTest.java
>
>
> When a node becomes primary for some partitions, then local continuous query listeners receive updates on entries from that partitions. Such invocations shouldn't happen.
> Attached test class demonstrates this behaviour.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)