ibessonov commented on code in PR #7985:
URL: https://github.com/apache/ignite-3/pull/7985#discussion_r3077909459
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -2737,6 +2712,22 @@ private CompletableFuture<CommandApplicationResult>
applyUpdateCommand(
);
}
+ private CompletableFuture<CommandApplicationResult>
applyCmdRespectingDelayedAck(UpdateCommandBase cmd, boolean skipDelayedAck) {
Review Comment:
Shall we assert here that the command is not `full`, to save ourselves from
unintended usages?
--
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]