ascherbakoff commented on code in PR #2329:
URL: https://github.com/apache/ignite-3/pull/2329#discussion_r1279485173
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -1323,16 +1336,37 @@ private <T> CompletableFuture<T> continueResolvingByPk(
}
+ /**
+ * Clean up txn locally.
+ *
+ * @param txId Tx ID.
+ * @param committed {@code True} if committed.
+ */
+ private void cleanupLocal(UUID txId, boolean committed) {
+ txCleanupReadyFutures.compute(txId, (id, txOps) -> {
Review Comment:
See my comment.
--
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]