maedhroz commented on code in PR #2732:
URL: https://github.com/apache/cassandra/pull/2732#discussion_r1337836315
##########
src/java/org/apache/cassandra/repair/RepairSession.java:
##########
@@ -351,12 +368,21 @@ public void onFailure(Throwable t)
Tracing.traceRepair("Session completed with the following
error: {}", t);
forceShutdown(t);
}
- }, executor);
+ }, taskExecutor);
}
- public void terminate()
+ private volatile List<RepairJob> jobs = Collections.emptyList();
Review Comment:
nit: I don't know if we have any hard rules about instance fields being at
the start of the class...
--
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]