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 AC294200B43 for ; Tue, 19 Jul 2016 18:49:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AACD9160A5C; Tue, 19 Jul 2016 16:49:24 +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 00D08160A76 for ; Tue, 19 Jul 2016 18:49:23 +0200 (CEST) Received: (qmail 18134 invoked by uid 500); 19 Jul 2016 16:49:21 -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 17702 invoked by uid 99); 19 Jul 2016 16:49:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 16:49:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A182A2C0D62 for ; Tue, 19 Jul 2016 16:49:20 +0000 (UTC) Date: Tue, 19 Jul 2016 16:49:20 +0000 (UTC) From: "Jim Witschey (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11687) dtest failure in rebuild_test.TestRebuild.simple_rebuild_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 16:49:24 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384487#comment-15384487 ] Jim Witschey commented on CASSANDRA-11687: ------------------------------------------ That PR also improved error handling, and here's the error I get running locally: {code} ====================================================================== ERROR: rebuild_test.py:TestRebuild.simple_rebuild_test ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mambocab/cstar_src/cassandra-dtest/rebuild_test.py", line 96, in simple_rebuild_test rebuild() File "/home/mambocab/cstar_src/cassandra-dtest/rebuild_test.py", line 88, in rebuild raise e NodetoolError: Nodetool command '/home/mambocab/.ccm/repository/gitCOLONtrunk/bin/nodetool -h localhost -p 7200 rebuild dc1' failed; exit status: 1; stdout: nodetool: Unable to find sufficient sources for streaming range (-3287869951390391138,-1624006824486474209] in keyspace system_auth with RF=1.If you want to ignore this, consider using system property -Dcassandra.consistent.rangemovement=false. See 'nodetool help' or 'nodetool help '. -------------------- >> begin captured logging << -------------------- ccm: INFO: Fetching Cassandra updates... dtest: DEBUG: cluster ccm directory: /tmp/dtest-QDgw0_ ccm: INFO: Fetching Cassandra updates... dtest: DEBUG: Done setting configuration options: { 'num_tokens': None, 'phi_convict_threshold': 5, 'start_rpc': 'true'} cassandra.cluster: INFO: New Cassandra host discovered cassandra.cluster: WARNING: Host 127.0.0.1 has been marked down cassandra.pool: INFO: Successful reconnection to 127.0.0.1, marking node up if it isn't already cassandra.cluster: INFO: Host 127.0.0.1 may be up; will prepare queries and open connection pool cassandra.cluster: INFO: New Cassandra host discovered --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- {code} So, looks like we're calling {{rebuild}} incorrectly. > dtest failure in rebuild_test.TestRebuild.simple_rebuild_test > ------------------------------------------------------------- > > Key: CASSANDRA-11687 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11687 > Project: Cassandra > Issue Type: Test > Reporter: Russ Hatch > Assignee: DS Test Eng > Labels: dtest > > single failure on most recent run (3.0 no-vnode) > {noformat} > concurrent rebuild should not be allowed, but one rebuild command should have succeeded. > {noformat} > http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/217/testReport/rebuild_test/TestRebuild/simple_rebuild_test > Failed on CassCI build cassandra-3.0_novnode_dtest #217 -- This message was sent by Atlassian JIRA (v6.3.4#6332)