You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefania (JIRA)" <ji...@apache.org> on 2016/11/23 01:51:58 UTC

[jira] [Commented] (CASSANDRA-12781) Disable RPC_READY gossip flag when shutting down client servers

    [ https://issues.apache.org/jira/browse/CASSANDRA-12781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15688577#comment-15688577 ] 

Stefania commented on CASSANDRA-12781:
--------------------------------------

Unit tests were fine but dtests were a bit of a disaster. 

Rebased and relaunched for 3.0 and 3.X (trunk and 3.11 are still very close to 3.X and 3.0 patch applies cleanly to 3.X):

||3.0||3.X||
|[patch|https://github.com/stef1927/cassandra/tree/12781-3.0]|[patch|https://github.com/stef1927/cassandra/tree/12781-3.X]|
|[testall|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12781-3.0-testall/]|[testall|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12781-3.X-testall/]|
|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12781-3.0-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12781-3.X-dtest/]|


> Disable RPC_READY gossip flag when shutting down client servers
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-12781
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12781
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Distributed Metadata
>            Reporter: Sean McCarthy
>            Assignee: Stefania
>              Labels: dtest
>             Fix For: 3.0.x, 3.x
>
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.X_dtest/4/testReport/pushed_notifications_test/TestPushedNotifications/restart_node_test
> {code}
> Error Message
> [{'change_type': u'DOWN', 'address': ('127.0.0.2', 9042)}, {'change_type': u'UP', 'address': ('127.0.0.2', 9042)}, {'change_type': u'DOWN', 'address': ('127.0.0.2', 9042)}]
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/pushed_notifications_test.py", line 181, in restart_node_test
>     self.assertEquals(expected_notifications, len(notifications), notifications)
>   File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
>     assertion_func(first, second, msg=msg)
>   File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
>     raise self.failureException(msg)
> {code}



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