diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index b3ee94fadf..ea13cc06cd 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -37,6 +37,7 @@ const ( queryNodeInfoPrefix = "queryCoord-queryNodeInfo" ) +// Cluster manages all query node connections and grpc requests type Cluster interface { reloadFromKV() error getComponentInfos(ctx context.Context) ([]*internalpb.ComponentInfo, error)