You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Adam Holmberg (JIRA)" <ji...@apache.org> on 2014/11/25 21:56:12 UTC

[jira] [Created] (CASSANDRA-8373) MOVED_NODE Topology Change event is never emitted

Adam Holmberg created CASSANDRA-8373:
----------------------------------------

             Summary: MOVED_NODE Topology Change event is never emitted
                 Key: CASSANDRA-8373
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8373
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Adam Holmberg
            Priority: Minor


lifeCycleSubscribers.onMove never gets called because [this tokenMetadata.updateNormalTokens|https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/StorageService.java#L1585] call [changes the endpoint moving status|https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/locator/TokenMetadata.java#L190], making the later isMoving conditional always false.



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