sanpwc commented on code in PR #7053:
URL: https://github.com/apache/ignite-3/pull/7053#discussion_r2556564185
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/outgoing/OutgoingSnapshot.java:
##########
@@ -449,8 +449,7 @@ private static SnapshotMvDataResponse.ResponseEntry
rowEntry(PartitionMvStorageA
assert i == 0 : rowVersionsN2O;
transactionId = version.transactionId();
- // TODO: https://issues.apache.org/jira/browse/IGNITE-22522 -
remove mentions of commit *table*.
Review Comment:
What about line 250
```
// TODO: remove this clause, see
https://issues.apache.org/jira/browse/IGNITE-22522
// For a non-colocation case we always have a single entry in
this map.
```
?
--
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]