ibessonov commented on code in PR #7248:
URL: https://github.com/apache/ignite-3/pull/7248#discussion_r2676348975
##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryAcceptorHandshakeManager.java:
##########
@@ -257,6 +283,8 @@ private boolean
possiblyRejectHandshakeStartResponse(HandshakeStartResponseMessa
}
private void handleStaleInitiatorId(HandshakeStartResponseMessage msg) {
+ maybeFailOnStaleNodeDetection(failureProcessor, new
StaleNodeHandlingParamsImpl(topologyService), msg);
Review Comment:
Makes sense, I think we should do it like you propose
--
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]