shishkovilja commented on code in PR #12572:
URL: https://github.com/apache/ignite/pull/12572#discussion_r2635599908
##########
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/messages/TcpDiscoveryHandshakeResponse.java:
##########
@@ -111,41 +107,33 @@ public void order(long order) {
/** @return Socket addresses list for redirect. */
public @Nullable Collection<InetSocketAddress> redirectAddresses() {
Review Comment:
Method is used several times in one place in ClientImpl. We can copy
collection in ClientImpl.
--
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]