rpuch commented on code in PR #5241: URL: https://github.com/apache/ignite-3/pull/5241#discussion_r1963040579
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java: ########## @@ -1764,23 +1768,32 @@ private CompletableFuture<WriteIntentSwitchReplicatedInfo> applyWriteIntentSwitc UUID transactionId, boolean commit, HybridTimestamp commitTimestamp, + Set<Integer> tableIds, int catalogVersion ) { + storageUpdateHandler.switchWriteIntents( + transactionId, + commit, + commitTimestamp, + indexIdsAtRwTxBeginTsOrNull(transactionId) + ); + + WriteIntentSwitchReplicatedInfo result = new WriteIntentSwitchReplicatedInfo(transactionId, replicationGroupId); + + if (enabledColocationFeature) { Review Comment: Which one? I only found this https://github.com/apache/ignite-3/pull/5241#discussion_r1962075163 but it doesn't seem to be applicable here -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org