sanpwc commented on code in PR #7053:
URL: https://github.com/apache/ignite-3/pull/7053#discussion_r2556756883
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -2026,9 +2026,9 @@ private static void
checkWriteIntentsBelongSameTx(Collection<ReadResult> writeIn
assert Objects.equals(wi.transactionId(),
writeIntent.transactionId())
Review Comment:
```
/** Replication group id. */
// TODO https://issues.apache.org/jira/browse/IGNITE-22522 Use
ZonePartitionId instead.
private final PartitionGroupId replicationGroupId;
```
It was postponed, right?
--
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]