sanpwc commented on code in PR #3540:
URL: https://github.com/apache/ignite-3/pull/3540#discussion_r1553906722
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -155,6 +156,22 @@ CompletableFuture<Void> cleanup(
UUID txId
);
+ /**
+ * Sends cleanup request to the cluster nodes that hosts primary replicas
for the enlisted partitions.
+ *
+ * @param enlistedPartitions Enlisted partition groups.
Review Comment:
It would be nice to explain through javadoc, why sometimes it's just
TableParitionIds and sometimes Map<TablePartitionId, String>.
--
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]