ibessonov commented on code in PR #7248:
URL: https://github.com/apache/ignite-3/pull/7248#discussion_r2675392418


##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/message/HandshakeStartMessage.java:
##########
@@ -41,4 +41,7 @@ public interface HandshakeStartMessage extends 
InternalMessage {
 
     /** Product version of the node that sends the message. */
     String productVersion();
+
+    @Override
+    long topologyVersion();

Review Comment:
   Yes, it is required for annotation processor



##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/message/HandshakeStartResponseMessage.java:
##########
@@ -43,4 +43,7 @@ public interface HandshakeStartResponseMessage extends 
InternalMessage {
      * @return Number of received messages.
      */
     long receivedCount();
+
+    @Override
+    long topologyVersion();

Review Comment:
   Yes, it is required for annotation processor



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