[
https://issues.apache.org/jira/browse/CASSANDRA-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340788#comment-14340788
]
Tyler Hobbs commented on CASSANDRA-8516:
----------------------------------------
I started a dtest suite here:
https://github.com/riptano/cassandra-dtest/blob/28dff082090932a047f4e74316d907fbe6df6aa9/pushed_notifications_test.py
You can run the test like so:
{noformat}
CASSANDRA_DIR=/path/to/cassandra DISABLE_VNODES=true nosetests
pushed_notifications_test.py
{noformat}
As I suspected, the test does fail with a multi-node cluster.
> NEW_NODE topology event emitted instead of MOVED_NODE in a one node cluster
> ---------------------------------------------------------------------------
>
> Key: CASSANDRA-8516
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8516
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Tyler Hobbs
> Assignee: Stefania
> Priority: Minor
> Fix For: 2.0.13
>
>
> As discovered in CASSANDRA-8373, when you move a node in a single-node
> cluster, a {{NEW_NODE}} event is generated instead of a {{MOVED_NODE}} event.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)