ibessonov commented on code in PR #7248:
URL: https://github.com/apache/ignite-3/pull/7248#discussion_r2676346323
##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryAcceptorHandshakeManager.java:
##########
@@ -192,6 +206,18 @@ public void onConnectionOpen() {
});
}
+ protected HandshakeStartMessage createHandshakeStartMessage() {
+ StaleNodeHandlingParamsImpl params = new
StaleNodeHandlingParamsImpl(topologyService);
Review Comment:
Artifact of old code, should be removed, thank you!
--
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]