This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535import java .util .stream .Collectors ;
3636import javax .annotation .Nullable ;
3737
38- /** Stub for a class that will manage the health checking in the BigtableChannelPool */
38+ /** Class that manages the health checking in the BigtableChannelPool */
3939public class ChannelPoolHealthChecker {
4040
4141 // Configuration constants
@@ -106,7 +106,7 @@ void start() {
106106 TimeUnit .MILLISECONDS );
107107 }
108108
109- /** Stop running health checking (No-op stub) */
109+ /** Stop running health checking */
110110 public void stop () {
111111 executor .shutdownNow ();
112112 }
@@ -213,7 +213,7 @@ Entry findOutlierEntry() {
213213 .orElse (null );
214214 }
215215
216- /** Periodically detects and removes outlier channels from the pool. (No-op stub) */
216+ /** Periodically detects and removes outlier channels from the pool. */
217217 @ VisibleForTesting
218218 void detectAndRemoveOutlierEntries () {
219219 if (clock .instant ().isBefore (lastEviction .plus (MIN_EVICTION_INTERVAL ))) {
You can’t perform that action at this time.
0 commit comments