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 0D72119040 for ; Tue, 19 Apr 2016 15:40:26 +0000 (UTC) Received: (qmail 79520 invoked by uid 500); 19 Apr 2016 15:40:25 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79491 invoked by uid 500); 19 Apr 2016 15:40:25 -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 79474 invoked by uid 99); 19 Apr 2016 15:40:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 15:40:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7A1532C1F60 for ; Tue, 19 Apr 2016 15:40:25 +0000 (UTC) Date: Tue, 19 Apr 2016 15:40:25 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11597) dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_counters_test 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-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247998#comment-15247998 ] Philip Thompson commented on CASSANDRA-11597: --------------------------------------------- Given that I've seen this error on this test before, and that it does flap at a steady rate: http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/69/testReport/ and that this is happening during the 2.0 steps in thrift code, I imagine this is not a huge problem. I'm not sure how we want to shore up this test to reduce the number of timeouts. > dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_counters_test > ----------------------------------------------------------------------------------- > > Key: CASSANDRA-11597 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11597 > Project: Cassandra > Issue Type: Test > Reporter: Jim Witschey > Assignee: DS Test Eng > Labels: dtest > > Looks like a new flap. Example failure: > http://cassci.datastax.com/job/cassandra-2.1_dtest/447/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test > Failed on CassCI build cassandra-2.1_dtest #447 - 2.1.14-tentative > {code} > Error Message > TimedOutException(acknowledged_by=0, paxos_in_progress=None, acknowledged_by_batchlog=None) > -------------------- >> begin captured logging << -------------------- > dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-1Fi9qz > dtest: DEBUG: Custom init_config not found. Setting defaults. > dtest: DEBUG: Done setting configuration options: > { 'initial_token': None, > 'num_tokens': '32', > 'phi_convict_threshold': 5, > 'range_request_timeout_in_ms': 10000, > 'read_request_timeout_in_ms': 10000, > 'request_timeout_in_ms': 10000, > 'truncate_request_timeout_in_ms': 10000, > 'write_request_timeout_in_ms': 10000} > dtest: DEBUG: Upgrading to binary:2.0.17 > dtest: DEBUG: Shutting down node: node1 > dtest: DEBUG: Set new cassandra dir for node1: /home/automaton/.ccm/repository/2.0.17 > dtest: DEBUG: Starting node1 on new version (binary:2.0.17) > --------------------- >> end captured logging << --------------------- > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/upgrade_supercolumns_test.py", line 215, in upgrade_with_counters_test > client.add('Counter1', column_parent, column, ThriftConsistencyLevel.ONE) > File "/home/automaton/cassandra-dtest/thrift_bindings/v22/Cassandra.py", line 985, in add > self.recv_add() > File "/home/automaton/cassandra-dtest/thrift_bindings/v22/Cassandra.py", line 1013, in recv_add > raise result.te > "TimedOutException(acknowledged_by=0, paxos_in_progress=None, acknowledged_by_batchlog=None)\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-1Fi9qz\ndtest: DEBUG: Custom init_config not found. Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{ 'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold': 5,\n 'range_request_timeout_in_ms': 10000,\n 'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n 'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms': 10000}\ndtest: DEBUG: Upgrading to binary:2.0.17\ndtest: DEBUG: Shutting down node: node1\ndtest: DEBUG: Set new cassandra dir for node1: /home/automaton/.ccm/repository/2.0.17\ndtest: DEBUG: Starting node1 on new version (binary:2.0.17)\n--------------------- >> end captured logging << ---------------------" > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)