[
https://issues.apache.org/jira/browse/CASSANDRA-11256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205021#comment-15205021
]
Russ Hatch commented on CASSANDRA-11256:
----------------------------------------
It looks like the problem might be on the initial cluster startup we were not
waiting for binary proto, so it was potentially trying to write at cl.all
before all nodes were ready for that.
Additionally the test performs a flush then immediate shutdown on one node --
the code should probably block on the flush just in case.
> dtest failure in repair_test.TestRepair.simple_sequential_repair_test
> ---------------------------------------------------------------------
>
> Key: CASSANDRA-11256
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11256
> Project: Cassandra
> Issue Type: Test
> Reporter: Russ Hatch
> Assignee: Russ Hatch
> Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/275/testReport/repair_test/TestRepair/simple_sequential_repair_test
> Failed on CassCI build cassandra-2.2_offheap_dtest #275
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)