tolbertam commented on code in PR #4644:
URL: https://github.com/apache/cassandra/pull/4644#discussion_r3047278068
##########
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:
nice, the auto repair dtests now all pass other than the upgrade one in CI
(which will be fixed after the 5.0 changes are merged).
Waiting on rest of CI to finish up but hopefully that goes well and we'll be
all set!
--
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]