[ISSUE #9596] Optimize log in invokeSync when addr is null (#9597)

This commit is contained in:
ccwss
2025-08-06 15:33:50 +08:00
committed by GitHub
parent f798f96df1
commit 960972237f
@@ -581,7 +581,7 @@ public class NettyRemotingClient extends NettyRemotingAbstract implements Remoti
}
} else {
this.closeChannel(addr, channel);
throw new RemotingConnectException(addr);
throw new RemotingConnectException(channelRemoteAddr);
}
}