sanpwc commented on code in PR #2877:
URL: https://github.com/apache/ignite-3/pull/2877#discussion_r1419086565
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -129,21 +130,19 @@ CompletableFuture<Void> finish(
);
/**
- * Sends cleanup request to the specified primary replica.
+ * Sends cleanup request to the primary nodes of each one of {@code
partitions}.
Review Comment:
Could you please reformulate it? I'd use something like: Sends cleanup
request to the cluster nodes that hosts primary replicas for the enlisted
partitions.
--
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]