You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/03/23 18:18:25 UTC

[jira] [Created] (CASSANDRA-11414) dtest failure in bootstrap_test.TestBootstrap.resumable_bootstrap_test

Philip Thompson created CASSANDRA-11414:
-------------------------------------------

             Summary: dtest failure in bootstrap_test.TestBootstrap.resumable_bootstrap_test
                 Key: CASSANDRA-11414
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11414
             Project: Cassandra
          Issue Type: Test
          Components: Testing
            Reporter: Philip Thompson
            Assignee: DS Test Eng


Stress is failing to read back all data. We can see this output from the stress read
{code}
java.io.IOException: Operation x0 on key(s) [314c384f304f4c325030]: Data returned was not validated

	at org.apache.cassandra.stress.Operation.error(Operation.java:138)
	at org.apache.cassandra.stress.Operation.timeWithRetry(Operation.java:116)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:101)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:109)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:261)
	at org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:327)
java.io.IOException: Operation x0 on key(s) [33383438363931353131]: Data returned was not validated

	at org.apache.cassandra.stress.Operation.error(Operation.java:138)
	at org.apache.cassandra.stress.Operation.timeWithRetry(Operation.java:116)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:101)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:109)
	at org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:261)
	at org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:327)
FAILURE

{code}

Started happening with build 1075. Does not appear flaky on CI.

example failure:

http://cassci.datastax.com/job/trunk_dtest/1076/testReport/bootstrap_test/TestBootstrap/resumable_bootstrap_test

Failed on CassCI build trunk_dtest #1076



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)