diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index a54cb9a8ed..9444f5fe52 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -630,7 +630,7 @@ func (c *queryNodeCluster) getNodeInfoByID(nodeID int64) (Node, error) { return nodeInfo, nil } - return nil, fmt.Errorf("GetNodeByID: query node %d not exist", nodeID) + return nil, fmt.Errorf("getNodeInfoByID: query node %d not exist", nodeID) } func (c *queryNodeCluster) removeNodeInfo(nodeID int64) error {