belliottsmith commented on code in PR #4434:
URL: https://github.com/apache/cassandra/pull/4434#discussion_r2454526905
##########
src/java/org/apache/cassandra/service/paxos/cleanup/PaxosCleanupLocalCoordinator.java:
##########
@@ -58,6 +61,18 @@ public class PaxosCleanupLocalCoordinator extends
AsyncFuture<PaxosCleanupRespon
private static final Logger logger =
LoggerFactory.getLogger(PaxosCleanupLocalCoordinator.class);
private static final UUID INTERNAL_SESSION = new UUID(0, 0);
+ private static class DelayedRepair
+ {
+ private final UncommittedPaxosKey uncommitted;
+ private final long startAfterMillis;
Review Comment:
I assumed this was a time delta when I read it (i.e. after millis (have
elapsed)). Perhaps `atMillis` or `startAtMillis`, or `scheduledAtMillis`?
But also, this should probably be nanos and we should probably use
`nanoTime`?
--
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]