[ https://issues.apache.org/jira/browse/CASSANDRA-7223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Russ Hatch resolved CASSANDRA-7223. ----------------------------------- Resolution: Not a Problem > 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.3.4#6332)