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 C7EB8200A5B for ; Wed, 25 May 2016 23:09:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C68FA160A29; Wed, 25 May 2016 21:09:57 +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 1DD64160A0F for ; Wed, 25 May 2016 23:09:56 +0200 (CEST) Received: (qmail 51120 invoked by uid 500); 25 May 2016 20:39:22 -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 48366 invoked by uid 99); 25 May 2016 20:33:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 20:33:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0ED0D2C14F8 for ; Wed, 25 May 2016 20:33:13 +0000 (UTC) Date: Wed, 25 May 2016 20:33:12 +0000 (UTC) From: "Craig Kodman (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-11836) dtest failure in repair_tests.repair_test.TestRepair.thread_count_repair_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 May 2016 21:09:58 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Kodman updated CASSANDRA-11836: ------------------------------------- Assignee: DS Test Eng (was: Craig Kodman) > dtest failure in repair_tests.repair_test.TestRepair.thread_count_repair_test > ----------------------------------------------------------------------------- > > Key: CASSANDRA-11836 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11836 > Project: Cassandra > Issue Type: Test > Reporter: Philip Thompson > Assignee: DS Test Eng > Labels: dtest, windows > Attachments: 1463562150084_repair_tests.repair_test.TestRepair.thread_count_repair_test.zip > > > example failure: > http://cassci.datastax.com/job/cassandra-3.0_dtest_win32/239/testReport/repair_tests.repair_test/TestRepair/thread_count_repair_test > Failed on CassCI build cassandra-3.0_dtest_win32 #239 > Error is > {code} > ERROR [RepairTracePolling] 2016-05-18 08:58:10,479 CassandraDaemon.java:195 - Exception in thread Thread[RepairTracePolling,5,RMI Runtime] > org.apache.cassandra.exceptions.ReadTimeoutException: Operation timed out - received only 0 responses. > at org.apache.cassandra.service.ReadCallback.awaitResults(ReadCallback.java:132) ~[main/:na] > at org.apache.cassandra.service.ReadCallback.get(ReadCallback.java:137) ~[main/:na] > at org.apache.cassandra.service.AbstractReadExecutor.get(AbstractReadExecutor.java:145) ~[main/:na] > at org.apache.cassandra.service.StorageProxy$SinglePartitionReadLifecycle.awaitResultsAndRetryOnDigestMismatch(StorageProxy.java:1711) ~[main/:na] > at org.apache.cassandra.service.StorageProxy.fetchRows(StorageProxy.java:1660) ~[main/:na] > at org.apache.cassandra.service.StorageProxy.readRegular(StorageProxy.java:1601) ~[main/:na] > at org.apache.cassandra.service.StorageProxy.read(StorageProxy.java:1520) ~[main/:na] > at org.apache.cassandra.db.SinglePartitionReadCommand$Group.execute(SinglePartitionReadCommand.java:954) ~[main/:na] > at org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:263) ~[main/:na] > at org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:224) ~[main/:na] > at org.apache.cassandra.repair.RepairRunnable$4.runMayThrow(RepairRunnable.java:407) ~[main/:na] > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) ~[main/:na] > at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_51] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)