diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 7513b69ba7..af9e18d08a 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -25,6 +25,7 @@ import ( "github.com/milvus-io/milvus/internal/util/metricsinfo" ) +// GetComponentStates return information about whether the coord is healthy func (qc *QueryCoord) GetComponentStates(ctx context.Context) (*internalpb.ComponentStates, error) { serviceComponentInfo := &internalpb.ComponentInfo{ NodeID: Params.QueryCoordID,