isapego commented on code in PR #4897: URL: https://github.com/apache/ignite-3/pull/4897#discussion_r1884064959
########## modules/client/src/main/java/org/apache/ignite/internal/client/ReliableChannel.java: ########## @@ -754,8 +755,8 @@ class ClientChannelHolder { /** Address that holder is bind to (chCfg.addr) is not in use now. So close the holder. */ private volatile boolean close; - /** Timestamps of reconnect retries. */ - private final long[] reconnectRetries; + /** Reconnect retry counter. */ + private final AtomicLong reconnectRetries = new AtomicLong(); Review Comment: I don't think we use it anywhere anymore? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org