rpuch commented on code in PR #2820:
URL: https://github.com/apache/ignite-3/pull/2820#discussion_r1390716173
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -938,7 +942,8 @@ private CompletableFuture<Void>
processReplicaSafeTimeSyncRequest(ReplicaSafeTim
applyCmdWithRetryOnSafeTimeReorderException(
REPLICA_MESSAGES_FACTORY.safeTimeSyncCommand().safeTimeLong(hybridClock.nowLong()).build(),
- resultFuture
+ resultFuture,
+ 0
Review Comment:
How about adding an overload with 2 arguments that just calls the 3-arg
version passing 0 as the last arg? This would probably make the initial
invocations a bit cleaner.
--
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]