Vladsz83 commented on code in PR #11327:
URL: https://github.com/apache/ignite/pull/11327#discussion_r1595515784
##########
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java:
##########
@@ -7282,17 +7286,29 @@ private InetSocketAddress
checkConnection(List<InetSocketAddress> addrs, int tim
for (int i = 0; i < addrsToCheck; ++i) {
InetSocketAddress addr =
addrs.get(addrIdx.getAndIncrement());
+ String logMsg = "Checking connection to node:
[nodeId=" + node.id() + ", address=" + addr + ", result=";
Review Comment:
Suggestion: let's remove any '[' and ']'. Just realized we do not put in the
log any composed object here. Same below. WDYT?
--
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]