HTHou commented on code in PR #16281:
URL: https://github.com/apache/iotdb/pull/16281#discussion_r2312806969
##########
iotdb-client/session/src/main/java/org/apache/iotdb/session/SessionConnection.java:
##########
@@ -121,6 +121,8 @@ public class SessionConnection {
// ms is 1_000, us is 1_000_000, ns is 1_000_000_000
private int timeFactor = 1_000;
+ private final Set<TEndPoint> triedEndpoints = ConcurrentHashMap.newKeySet();
Review Comment:
This set seems be used only in `reconnect()` method, can this field be
changed to a normal variable?
--
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]