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)