Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 88D19200B81 for ; Tue, 13 Sep 2016 21:23:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87848160AAA; Tue, 13 Sep 2016 19:23:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CE3A7160AD2 for ; Tue, 13 Sep 2016 21:23:21 +0200 (CEST) Received: (qmail 36442 invoked by uid 500); 13 Sep 2016 19:23:20 -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 36396 invoked by uid 99); 13 Sep 2016 19:23:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 19:23:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 831422C1B79 for ; Tue, 13 Sep 2016 19:23:20 +0000 (UTC) Date: Tue, 13 Sep 2016 19:23:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12635) dtest failure in replace_address_test.TestReplaceAddress.insert_data_during_replace_different_address_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Sep 2016 19:23:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-12635: ---------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > dtest failure in replace_address_test.TestReplaceAddress.insert_data_during_replace_different_address_test > ---------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12635 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12635 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Philip Thompson > 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, replacement.log, replacement_debug.log, replacement_gc.log > > > example failure: > http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/48/testReport/replace_address_test/TestReplaceAddress/insert_data_during_replace_different_address_test > {code} > Error Message > Subprocess ['nodetool', '-h', 'localhost', '-p', '7400', ['join']] exited with non-zero status; exit status: 1; > stdout: nodetool: This node has already joined the ring. > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/replace_address_test.py", line 430, in insert_data_during_replace_different_address_test > self._test_insert_data_during_replace(same_address=False) > File "/home/automaton/cassandra-dtest/replace_address_test.py", line 228, in _test_insert_data_during_replace > self.replacement_node.nodetool("join") > File "/home/automaton/src/ccm/ccmlib/node.py", line 756, in nodetool > return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', '-p', str(self.jmx_port), cmd.split()]) > File "/home/automaton/src/ccm/ccmlib/node.py", line 1985, in handle_external_tool_process > raise ToolError(cmd_args, rc, out, err) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)