未验证 提交 b1da6967 编写于 作者: X xige-16 提交者: GitHub

[skip ci]Add comment for getSegmentInfoByNode (#12411)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 32022ea7
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册