tolbertam commented on code in PR #4644:
URL: https://github.com/apache/cassandra/pull/4644#discussion_r3042731415
##########
test/distributed/org/apache/cassandra/distributed/impl/Instance.java:
##########
@@ -926,6 +927,7 @@ else if (cluster instanceof Cluster)
ActiveRepairService.instance().start();
StreamManager.instance.start();
PaxosState.startAutoRepairs();
+ StorageService.instance.doAutoRepairSetup();
Review Comment:
this also impacts the other auto repair tests that have the same assertions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]