Cyrill commented on code in PR #2832:
URL: https://github.com/apache/ignite-3/pull/2832#discussion_r1392532908
##########
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;
Review Comment:
may be final
--
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]