rpuch commented on code in PR #5997:
URL: https://github.com/apache/ignite-3/pull/5997#discussion_r2131986677
##########
modules/network/src/main/java/org/apache/ignite/internal/network/DefaultMessagingService.java:
##########
@@ -373,8 +373,6 @@ private CompletableFuture<Void> sendViaNetwork(
() -> triggerChannelCreation(nodeId, type, addr)
);
})
- // TODO: IGNITE-25375 - consider removing logging after the
fix as it might be too much
Review Comment:
This change is not related to this PR, I'm just piggy-backing. The mentioned
issue is fixed by another fix, I want to close it; but I still want to leave
the logging here as it's now for `CriticalHandshakeException`s (which are
always to be seen)
--
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]