denis-chudov commented on code in PR #2585:
URL: https://github.com/apache/ignite-3/pull/2585#discussion_r1328762309
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -336,8 +328,8 @@ public PartitionReplicaListener(
@Override
public CompletableFuture<?> invoke(ReplicaRequest request, String
senderId) {
- if (request instanceof TxStateReplicaRequest) {
- return processTxStateReplicaRequest((TxStateReplicaRequest)
request);
+ if (request instanceof TxStateCommitPartitionRequest) {
+ return
processTxStateReplicaRequest((TxStateCommitPartitionRequest) request);
Review Comment:
done
--
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]