Skip to content

Commit eb8d4ae

Browse files
committed
feat: support long link test
1 parent 4cdbd71 commit eb8d4ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trpc-core/src/main/java/com/tencent/trpc/core/cluster/RpcClusterClientManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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.

0 commit comments

Comments
 (0)