diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index 37fdc75901..60690b9a00 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -712,7 +712,7 @@ func (c *queryNodeCluster) getOfflineNodes() (map[int64]Node, error) { } } if len(nodes) == 0 { - return nil, errors.New("GetOfflineNodes: no queryNode is offline") + return nil, errors.New("getOfflineNodes: no queryNode is offline") } return nodes, nil