You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/09/26 14:52:21 UTC

[jira] [Commented] (CASSANDRA-12710) dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_3_x_To_indev_3_x.bootstrap_multidc_test

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

Philip Thompson commented on CASSANDRA-12710:
---------------------------------------------

GC's don't look particularly long. None of the nodes had any errors, no real guess here other than a vague "maybe resource contention?"

> dtest failure in upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_3_x_To_indev_3_x.bootstrap_multidc_test
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12710
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12710
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: DS Test Eng
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log, node4.log, node4_debug.log, node4_gc.log, node5.log, node5_debug.log, node5_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_large_dtest/17/testReport/upgrade_tests.upgrade_through_versions_test/TestUpgrade_current_3_x_To_indev_3_x/bootstrap_multidc_test
> {code}
> 24 Sep 2016 01:12:11 [node3] Missing: ['127.0.0.5.* now UP']:
> INFO  [GossipStage:1] 2016-09-24 01:07:57,010 Toke.....
> See system.log for remainder
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 723, in bootstrap_multidc_test
>     self.upgrade_scenario(populate=False, create_schema=False, after_upgrade_call=(self._bootstrap_new_node_multidc,))
>   File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 383, in upgrade_scenario
>     call()
>   File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py", line 699, in _bootstrap_new_node_multidc
>     nnode.start(use_jna=True, wait_other_notice=240, wait_for_binary_proto=True)
>   File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 657, in start
>     node.watch_log_for_alive(self, from_mark=mark, timeout=wait_other_notice)
>   File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 482, in watch_log_for_alive
>     self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, filename=filename)
>   File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 450, in watch_log_for
>     raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " [" + self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" + reads[:50] + ".....\nSee {} for remainder".format(filename))
> {code}



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