You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2014/05/13 21:35:15 UTC

[jira] [Commented] (CASSANDRA-7223) multi-upgrade tests failing with nodes not starting

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

Brandon Williams commented on CASSANDRA-7223:
---------------------------------------------

The first thing I would do here, is extend ccm to provide more than a single log line, because that's almost never useful (and has bothered me for some time.)

> multi-upgrade tests failing with nodes not starting
> ---------------------------------------------------
>
>                 Key: CASSANDRA-7223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7223
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Russ Hatch
>            Assignee: Russ Hatch
>
> need to figure out what's going on here, and if it's a cassandra issue:
> {code}
> 08:52:08 ======================================================================
> 08:52:08 ERROR: upgrade_test (upgrade_through_versions_test.TestRandomPartitionerUpgrade)
> 08:52:08 ----------------------------------------------------------------------
> 08:52:08 Traceback (most recent call last):
> 08:52:08   File "/var/lib/jenkins/jobs/cassandra_upgrade_dtest/workspace/cassandra-dtest/upgrade_through_versions_test.py", line 106, in upgrade_test
> 08:52:08     self.upgrade_scenario()
> 08:52:08   File "/var/lib/jenkins/jobs/cassandra_upgrade_dtest/workspace/cassandra-dtest/upgrade_through_versions_test.py", line 157, in upgrade_scenario
> 08:52:08     self.upgrade_to_version(tag)
> 08:52:08   File "/var/lib/jenkins/jobs/cassandra_upgrade_dtest/workspace/cassandra-dtest/upgrade_through_versions_test.py", line 197, in upgrade_to_version
> 08:52:08     node.start(wait_other_notice=True)
> 08:52:08   File "/var/lib/jenkins/jobs/cassandra_upgrade_dtest/workspace/ccm/ccmlib/node.py", line 442, in start
> 08:52:08     raise NodeError("Error starting node %s" % self.name, process)
> 08:52:08 NodeError: Error starting node node1
> 08:52:08 
> 08:52:08 ======================================================================
> 08:52:08 ERROR: upgrade_test (upgrade_through_versions_test.TestRandomPartitionerUpgrade)
> 08:52:08 ----------------------------------------------------------------------
> 08:52:08 Traceback (most recent call last):
> 08:52:08   File "/var/lib/jenkins/jobs/cassandra_upgrade_dtest/workspace/cassandra-dtest/dtest.py", line 202, in tearDown
> 08:52:08     raise AssertionError('Unexpected error in %s node log: %s' % (node.name, errors))
> 08:52:08 AssertionError: Unexpected error in node1 node log: ['ERROR [main] 2014-05-13 04:23:38,440 CassandraDaemon.java (line 498) Exception encountered during startup\n']
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)