You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2015/09/22 08:33:04 UTC

[jira] [Resolved] (IGNITE-1522) Cache entry listener is executed on a joining node

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

Valentin Kulichenko resolved IGNITE-1522.
-----------------------------------------
    Resolution: Fixed

Fixed in 1.4

> Cache entry listener is executed on a joining node
> --------------------------------------------------
>
>                 Key: IGNITE-1522
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1522
>             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.
> # Register cache entry listener. Its configuration is added to cache configuration (required by JCache).
> # Start second node.
> # As a result entry listener configuration is serialized as a part of cache configuration, which is wrong. Moreover, it's executed on this new node.
> Need to make listener configurations transient.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)