Cyrill commented on code in PR #2832:
URL: https://github.com/apache/ignite-3/pull/2832#discussion_r1392532552


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxStateMeta.java:
##########
@@ -30,22 +33,28 @@ public class TxStateMeta implements TransactionMeta {
 
     private final String txCoordinatorId;
 
+    /** Identifier of the replication group that manages a transaction state. 
*/
+    private ReplicationGroupId commitPartitionId;
+
     private final HybridTimestamp commitTimestamp;
 
     /**
      * Constructor.
      *
      * @param txState Transaction state.
      * @param txCoordinatorId Transaction coordinator id.
+     * @param commitPartitionId Commit partition replication group id.
      * @param commitTimestamp Commit timestamp.
      */
     public TxStateMeta(
             TxState txState,
             String txCoordinatorId,
+            ReplicationGroupId commitPartitionId,

Review Comment:
   Please mark it as `@Nullable`



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