You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "vldpyatkov (via GitHub)" <gi...@apache.org> on 2023/01/24 19:31:16 UTC

[GitHub] [ignite-3] vldpyatkov commented on a diff in pull request #1551: IGNITE-18527 Inline writeIntents into data storage on primary replica side

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org