rpuch commented on code in PR #2721:
URL: https://github.com/apache/ignite-3/pull/2721#discussion_r1366661607
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -3178,25 +3229,28 @@ private static Boolean canReadFromWriteIntent(UUID
txId, @Nullable TransactionMe
return false;
}
- private CompletableFuture<Void> validateAtTimestamp(UUID txId) {
+ /**
+ * Takes current timestamp and makes schema related validations at this
timestamp. The current timestamp is NOT sent as safeTime
+ * timestamp.
Review Comment:
Removed the confusing part
--
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]