diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index 87f3674ddb..ff97847f4a 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -520,7 +520,7 @@ func (c *queryNodeCluster) getSegmentInfoByNode(ctx context.Context, nodeID int6 return res.Infos, nil } - return nil, fmt.Errorf("ReleasePartitions: can't find query node by nodeID, nodeID = %d", nodeID) + return nil, fmt.Errorf("getSegmentInfoByNode: can't find query node by nodeID, nodeID = %d", nodeID) } type queryNodeGetMetricsResponse struct {