vldpyatkov commented on code in PR #1551:
URL: https://github.com/apache/ignite-3/pull/1551#discussion_r1085814346
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -2009,4 +2092,16 @@ private CompletableFuture<BinaryRow>
toBinaryRow(@Nullable TableRow row) {
private CompletableFuture<BinaryConverter> getConverterFuture(int
schemaVersion) {
return schemaFut.thenApply(schemaRegistry ->
BinaryConverter.forRow(schemaRegistry.schema(schemaVersion)));
}
+
+ /**
+ * Class that stores list of futures for updates that can block tx
cleanup, and locked flag.
Review Comment:
Incorrect flag name.
--
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]