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 382D4200B81 for ; Tue, 13 Sep 2016 19:02:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 36BFA160AD2; Tue, 13 Sep 2016 17:02:23 +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 7C680160AAA for ; Tue, 13 Sep 2016 19:02:22 +0200 (CEST) Received: (qmail 31164 invoked by uid 500); 13 Sep 2016 17:02: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 30983 invoked by uid 99); 13 Sep 2016 17:02: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 17:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 958F02C1B86 for ; Tue, 13 Sep 2016 17:02:20 +0000 (UTC) Date: Tue, 13 Sep 2016 17:02:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12616) dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_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 17:02:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487764#comment-15487764 ] Philip Thompson commented on CASSANDRA-12616: --------------------------------------------- I imagine it's an issue setting protocol version > dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test > ----------------------------------------------------------------------------------------- > > Key: CASSANDRA-12616 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12616 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: DS Test Eng > Labels: dtest > Attachments: node1.log, node2.log > > > example failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_index_creation_test > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/upgrade_supercolumns_test.py", line 54, in upgrade_with_index_creation_test > session = self.patient_exclusive_cql_connection(node1) > File "/home/automaton/cassandra-dtest/dtest.py", line 551, in patient_exclusive_cql_connection > bypassed_exception=NoHostAvailable > File "/home/automaton/cassandra-dtest/dtest.py", line 198, in retry_till_success > return fun(*args, **kwargs) > File "/home/automaton/cassandra-dtest/dtest.py", line 466, in exclusive_cql_connection > protocol_version, wlrr, port=port, ssl_opts=ssl_opts) > File "/home/automaton/cassandra-dtest/dtest.py", line 485, in _create_session > session = cluster.connect(wait_for_all_pools=True) > File "cassandra/cluster.py", line 1156, in cassandra.cluster.Cluster.connect (cassandra/cluster.c:17387) > with self._lock: > File "cassandra/cluster.py", line 1189, in cassandra.cluster.Cluster.connect (cassandra/cluster.c:17208) > raise > File "cassandra/cluster.py", line 1176, in cassandra.cluster.Cluster.connect (cassandra/cluster.c:16911) > self.control_connection.connect() > File "cassandra/cluster.py", line 2521, in cassandra.cluster.ControlConnection.connect (cassandra/cluster.c:45182) > self._set_new_connection(self._reconnect_internal()) > File "cassandra/cluster.py", line 2558, in cassandra.cluster.ControlConnection._reconnect_internal (cassandra/cluster.c:46079) > raise NoHostAvailable("Unable to connect to any servers", errors) > '(\'Unable to connect to any servers\', {\'127.0.0.1\': ConnectionException(\'Failed to initialize new connection to 127.0.0.1: Error from server: code=0000 [Server error] message="java.lang.ArrayIndexOutOfBoundsException: 4"\',)}) > {code} > Related failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)