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

Paulo Motta commented on CASSANDRA-11414:
-----------------------------------------

It seems there could be a few races when a stream session is interrupted, I 
also faced some of those on CASSANDRA-3486. There are also some potential 
issues with the dtest that can make it non-deterministic, so I addressed those 
on this [PR|https://github.com/riptano/cassandra-dtest/pull/1051] (currently 
under review).

I addressed the most visible of these races on the {{StreamSession}} and 
surroundings, and submitted a new multiplexer run based on [this dtest 
branch|https://github.com/riptano/cassandra-dtest/pull/1051]: 
https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/148/

The patch and dtests for 3.0 are available below:
||3.0||
|[branch|https://github.com/apache/cassandra/compare/cassandra-3.0...pauloricardomg:3.0-11414]|
|[testall|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-3.0-11414-testall/lastCompletedBuild/testReport/]|
|[dtest|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-3.0-11414-dtest/lastCompletedBuild/testReport/]|

(will set to PA and give more details about the improvements if multiplexer 
results look good)

> 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: Bug
>          Components: Testing
>            Reporter: Philip Thompson
>            Assignee: Paulo Motta
>              Labels: dtest
>             Fix For: 3.x
>
>
> 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)

Reply via email to