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/21 23:41:04 UTC

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

Valentin Kulichenko created IGNITE-1522:
-------------------------------------------

             Summary: 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)