vldpyatkov commented on code in PR #2877:
URL: https://github.com/apache/ignite-3/pull/2877#discussion_r1420779354
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -1711,22 +1643,19 @@ private CompletableFuture<Void>
processTxCleanupAction(TxCleanupReplicaRequest r
HybridTimestamp commandTimestamp = hybridClock.now();
return reliableCatalogVersionFor(commandTimestamp)
Review Comment:
Why do we have to wait here for a catalog version?
I am sure we already have all catalog versions locally on transaction commit.
--
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]