ptupitsyn commented on a change in pull request #8824:
URL: https://github.com/apache/ignite/pull/8824#discussion_r585803639
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
##########
@@ -7364,11 +7362,11 @@ else if (msg instanceof
TcpDiscoveryRingLatencyCheckMessage) {
U.interrupt(clientMsgWrk.runner());
}
- U.closeQuiet(sock);
+ U.close(sock, log);
Review comment:
`closeQuiet` has an overload for `Socket` which performs additional
steps. Please create a similar overload for `close`, otherwise we break
[IGNITE-11298](https://issues.apache.org/jira/browse/IGNITE-11298) changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]