File tree Expand file tree Collapse file tree
trpc-core/src/main/java/com/tencent/trpc/core/cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838/**
3939 * Used to manage the list mapping of point-to-point clients generated through BackendConfig.
4040 * <p>
41- * Long-connection mode (Dubbo-style reconnect timer) :
41+ * Long-connection mode:
4242 * <ul>
4343 * <li>Clients are kept alive for the lifetime of the {@link BackendConfig}; no idle timeout
4444 * scanner closes idle connections.</li>
@@ -179,7 +179,7 @@ private static void ensureReconnectCheckerStarted() {
179179 }
180180
181181 /**
182- * Periodic check (Dubbo-style ReconnectTimerTask) : walk every cached client; for each one
182+ * Periodic check: walk every cached client; for each one
183183 * that is currently unavailable, increment its failure counter; once the counter reaches
184184 * {@link #MAX_RECONNECT_FAILURES} the client is closed (which triggers
185185 * {@code closeFuture} → cache eviction). Healthy clients have their counter reset.
You can’t perform that action at this time.
0 commit comments