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

[skip e2e]Improve log for QueryNode spell (#14012)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 3418c17d
......@@ -380,7 +380,7 @@ func (c *queryNodeCluster) removeQueryChannel(ctx context.Context, nodeID int64,
return nil
}
return fmt.Errorf("removeQueryChannel: can't find query node by nodeID, nodeID = %d", nodeID)
return fmt.Errorf("removeQueryChannel: can't find QueryNode by nodeID, nodeID = %d", nodeID)
}
func (c *queryNodeCluster) releaseCollection(ctx context.Context, nodeID int64, in *querypb.ReleaseCollectionRequest) error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册