Lalant commented on code in PR #7349:
URL: https://github.com/apache/ignite-3/pull/7349#discussion_r2751510095


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1803,6 +1810,25 @@ protected CompletableFuture<Void> onClose(boolean 
intentionallyClose, long scanI
         };
     }
 
+    /**
+     * Updates transaction meta with the label and commit partition, if a 
label is present.
+     *
+     * <p>This is used for tracking labeled transactions in the meta storage; 
unlabeled transactions are ignored.
+     *
+     * @param txContext Transaction context.
+     * @param commitPartition Commit partition to record (may be {@code null}).
+     */
+    private void updateLabel(TxContext txContext, @Nullable ZonePartitionId 
commitPartition) {

Review Comment:
   Ok, I noticed that read only requests don't support labels in builders. Is 
it expected?



-- 
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]

Reply via email to