You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Craig Kodman (JIRA)" <ji...@apache.org> on 2016/05/24 21:03:12 UTC

[jira] [Commented] (CASSANDRA-11836) dtest failure in repair_tests.repair_test.TestRepair.thread_count_repair_test

    [ https://issues.apache.org/jira/browse/CASSANDRA-11836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298906#comment-15298906 ] 

Craig Kodman commented on CASSANDRA-11836:
------------------------------------------

When it goes to repair, node2 stops running (and it shouldn't).  

> 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: Craig Kodman
>              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)