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 31C6A200BC1 for ; Wed, 16 Nov 2016 19:21:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2BD51160B17; Wed, 16 Nov 2016 18:21:00 +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 574AD160B02 for ; Wed, 16 Nov 2016 19:20:59 +0100 (CET) Received: (qmail 46047 invoked by uid 500); 16 Nov 2016 18:20:58 -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 46032 invoked by uid 99); 16 Nov 2016 18:20:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 18:20:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 655AA2C4C70 for ; Wed, 16 Nov 2016 18:20:58 +0000 (UTC) Date: Wed, 16 Nov 2016 18:20:58 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12904) dtest failure in repair_tests.repair_test.TestRepair.simple_sequential_repair_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 18:21:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12904?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-12904: ---------------------------------------- Assignee: DS Test Eng (was: Philip Thompson) > dtest failure in repair_tests.repair_test.TestRepair.simple_sequential_re= pair_test > -------------------------------------------------------------------------= --------- > > Key: CASSANDRA-12904 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1290= 4 > Project: Cassandra > Issue Type: Test > Reporter: Michael Shuler > Assignee: DS Test Eng > Labels: dtest, test-failure > 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 > > > example failure: > http://cassci.datastax.com/job/cassandra-2.2_dtest/710/testReport/repair_= tests.repair_test/TestRepair/simple_sequential_repair_test/ > {noformat} > Error Message > 2001 !=3D 2000 > -------------------- >> begin captured logging << -------------------- > dtest: DEBUG: cluster ccm directory: /tmp/dtest-gzVU4X > 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: Starting cluster.. > cassandra.policies: INFO: Using datacenter 'datacenter1' for DCAwareRound= RobinPolicy (via host '127.0.0.1'); if incorrect, please specify a local_dc= to the constructor, or limit contact points to local cluster nodes > cassandra.cluster: INFO: New Cassandra host = discovered > cassandra.cluster: INFO: New Cassandra host = discovered > dtest: DEBUG: Inserting data... > cassandra.cluster: WARNING: Host 127.0.0.3 has been marked down > cassandra.pool: WARNING: Error attempting to reconnect to 127.0.0.3, sche= duling retry in 2.0 seconds: [Errno 111] Tried connecting to [('127.0.0.3',= 9042)]. Last error: Connection refused > cassandra.pool: WARNING: Error attempting to reconnect to 127.0.0.3, sche= duling retry in 4.0 seconds: [Errno 111] Tried connecting to [('127.0.0.3',= 9042)]. Last error: Connection refused > cassandra.pool: WARNING: Error attempting to reconnect to 127.0.0.3, sche= duling retry in 8.0 seconds: [Errno 111] Tried connecting to [('127.0.0.3',= 9042)]. Last error: Connection refused > cassandra.pool: INFO: Successful reconnection to 127.0.0.3, marking node = up if it isn't already > cassandra.cluster: INFO: Host 127.0.0.3 may be up; will prepare queries a= nd open connection pool > cassandra.cluster: INFO: Connection pools established for node 127.0.0.3 > dtest: DEBUG: Checking data on node3... > cassandra.cluster: INFO: New Cassandra host = discovered > cassandra.cluster: INFO: New Cassandra host = discovered > --------------------- >> end captured logging << --------------------- > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", lin= e 291, in simple_sequential_repair_test > self._simple_repair(sequential=3DTrue) > File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", lin= e 386, in _simple_repair > self._repair_and_verify(sequential) > File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", lin= e 118, in _repair_and_verify > self.check_rows_on_node(node3, 2000, missings=3D[1000]) > File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", lin= e 71, in check_rows_on_node > self.assertEqual(len(result), rows) > File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual > assertion_func(first, second, msg=3Dmsg) > File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqu= al > raise self.failureException(msg) > "2001 !=3D 2000\n-------------------- >> begin captured logging << ------= --------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-gzVU4X\ndte= st: DEBUG: Done setting configuration options:\n{ 'initial_token': None,\= n 'num_tokens': '32',\n 'phi_convict_threshold': 5,\n 'range_reque= st_timeout_in_ms': 10000,\n 'read_request_timeout_in_ms': 10000,\n 'r= equest_timeout_in_ms': 10000,\n 'truncate_request_timeout_in_ms': 10000,= \n 'write_request_timeout_in_ms': 10000}\ndtest: DEBUG: Starting cluster= ..\ncassandra.policies: INFO: Using datacenter 'datacenter1' for DCAwareRou= ndRobinPolicy (via host '127.0.0.1'); if incorrect, please specify a local_= dc to the constructor, or limit contact points to local cluster nodes\ncass= andra.cluster: INFO: New Cassandra host disco= vered\ncassandra.cluster: INFO: New Cassandra host discovered\ndtest: DEBUG: Inserting data...\ncassandra.cluster: WARNI= NG: Host 127.0.0.3 has been marked down\ncassandra.pool: WARNING: Error att= empting to reconnect to 127.0.0.3, scheduling retry in 2.0 seconds: [Errno = 111] Tried connecting to [('127.0.0.3', 9042)]. Last error: Connection refu= sed\ncassandra.pool: WARNING: Error attempting to reconnect to 127.0.0.3, s= cheduling retry in 4.0 seconds: [Errno 111] Tried connecting to [('127.0.0.= 3', 9042)]. Last error: Connection refused\ncassandra.pool: WARNING: Error = attempting to reconnect to 127.0.0.3, scheduling retry in 8.0 seconds: [Err= no 111] Tried connecting to [('127.0.0.3', 9042)]. Last error: Connection r= efused\ncassandra.pool: INFO: Successful reconnection to 127.0.0.3, marking= node up if it isn't already\ncassandra.cluster: INFO: Host 127.0.0.3 may b= e up; will prepare queries and open connection pool\ncassandra.cluster: INF= O: Connection pools established for node 127.0.0.3\ndtest: DEBUG: Checking = data on node3...\ncassandra.cluster: INFO: New Cassandra host discovered\ncassandra.cluster: INFO: New Cassandra host discovered\n--------------------- >> end captur= ed logging << ---------------------" > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)