sanpwc commented on code in PR #3540:
URL: https://github.com/apache/ignite-3/pull/3540#discussion_r1553896678
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -1665,7 +1714,10 @@ private CompletableFuture<TransactionResult>
finishTransaction(
txId,
commit,
commitTimestamp,
- catalogVersion
+ catalogVersion,
+ aggregatedGroupIds.stream()
+
.map(PartitionReplicaListener::tablePartitionId)
Review Comment:
Here and there: I'd rather skip using table in tablePartitionId because
later it'll be zonePartitionId, so that, simple partitionId seems enough to me.
--
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]