sanpwc commented on code in PR #5241:
URL: https://github.com/apache/ignite-3/pull/5241#discussion_r1962122721
##########
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:
Please check my comment in ZonePartitionReplicaListener.
--
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]