Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5979B11CA1 for ; Tue, 13 May 2014 19:35:16 +0000 (UTC) Received: (qmail 26522 invoked by uid 500); 13 May 2014 19:35:16 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 26408 invoked by uid 500); 13 May 2014 19:35:15 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 26370 invoked by uid 99); 13 May 2014 19:35:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 19:35:15 +0000 Date: Tue, 13 May 2014 19:35:15 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7223) multi-upgrade tests failing with nodes not starting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)