[
https://issues.apache.org/jira/browse/IGNITE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905379#comment-14905379
]
ASF GitHub Bot commented on IGNITE-1536:
----------------------------------------
GitHub user vkulichenko opened a pull request:
https://github.com/apache/ignite/pull/104
IGNITE-1536 - Removed duplicated continuous query notifications
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vkulichenko/incubator-ignite ignite-1536
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/104.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 #104
----
commit 3d22288ec0e3e0cb6ba8f2833b17b4d021caaa39
Author: Valentin Kulichenko <[email protected]>
Date: 2015-09-23T21:59:43Z
IGNITE-1536 - Removed duplicated continuous query notifications in
REPLICATED cache
----
> Duplicate notification in continuous query
> ------------------------------------------
>
> Key: IGNITE-1536
> URL: https://issues.apache.org/jira/browse/IGNITE-1536
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Valentin Kulichenko
> Assignee: Valentin Kulichenko
> Priority: Blocker
> Fix For: ignite-1.4
>
>
> Scenario is the following:
> # Start first node with a {{REPLICATED}} cache.
> # Execute non-local continuous query.
> # Start second node.
> # Do several puts for different keys.
> Some of the notifications are duplicated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)