tolbertam commented on code in PR #4644:
URL: https://github.com/apache/cassandra/pull/4644#discussion_r3042729702
##########
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 creates a regression in AutoRepairSchedulerTest because it expects no
repair history before starting. We could probably just update that test to not
expect 0 entires and setup AutoRepair as part of `testScheduler()`:
https://github.com/apache/cassandra/blob/trunk/test/distributed/org/apache/cassandra/distributed/test/repair/AutoRepairSchedulerTest.java#L124-L137
--
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]