rpuch commented on code in PR #6742:
URL: https://github.com/apache/ignite-3/pull/6742#discussion_r2426299837
##########
modules/network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryInitiatorHandshakeManager.java:
##########
@@ -351,12 +350,13 @@ private boolean
possiblyRejectHandshakeStart(HandshakeStartMessage message) {
private void handleLoopConnection(HandshakeStartMessage msg) {
String message = String.format(
- "Got handshake start from self, this should never happen; this
is a programming error [localNode=%s, acceptorNode=%s]",
+ "Got handshake start from self, this should never happen
[localNode=%s, acceptorNode=%s]",
Review Comment:
Should we also remove the part about 'this should never happen'?
--
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]