dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1322171441
##########
test/unit/org/apache/cassandra/db/repair/CompactionManagerGetSSTablesForValidationTest.java:
##########
@@ -105,7 +106,7 @@ private void registerRepair(boolean incremental) throws
Exception
{
sessionID = nextTimeUUID();
Range<Token> range = new Range<>(MT, MT);
- ActiveRepairService.instance.registerParentRepairSession(sessionID,
+ ActiveRepairService.instance().registerParentRepairSession(sessionID,
coordinator,
Review Comment:
used IntelliJ to ask for all callers and fixed... leaving this open just as
a reminder
--
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]