Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
repair_test.TestRepair.no_anticompaction_after_hostspecific_repair_test and repair_test.TestRepair.no_anticompaction_after_dclocal_repair_test are both failing on 2.2 and 3.0, with run on clusters not using vnodes. You can run the tests by setting DISABLE_VNODES=true.
These tests were added for CASSANDRA-10422.
When I run these locally, it appears from the logs that the repair is not running on every node, despite being specified in the nodetool command. See http://cassci.datastax.com/job/cassandra-2.2_novnode_dtest/168/testReport/ for an example failure. I can reproduce this consistently locally.