vldpyatkov commented on code in PR #2883:
URL: https://github.com/apache/ignite-3/pull/2883#discussion_r1409013028


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/message/TxRecoveryMessage.java:
##########
@@ -19,26 +19,17 @@
 
 import java.util.UUID;
 import org.apache.ignite.internal.replicator.message.PrimaryReplicaRequest;
-import org.apache.ignite.internal.replicator.message.ReplicaRequest;
 import org.apache.ignite.network.annotations.Transferable;
 
 /**
  * Transaction recovery message.
  */
 @Transferable(TxMessageGroup.TX_RECOVERY_MSG)
-public interface TxRecoveryMessage extends PrimaryReplicaRequest, 
ReplicaRequest {
+public interface TxRecoveryMessage extends PrimaryReplicaRequest {

Review Comment:
   Because each request requires a response in the sense of the name. 
TxRecoveryMessage does not have a response. This is just a network message.



-- 
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]

Reply via email to