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

[skip ci] Add comments for RemoveQueryChannel (#11048)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 2fc95cc5
......@@ -177,6 +177,7 @@ func (node *QueryNode) AddQueryChannel(ctx context.Context, in *queryPb.AddQuery
return status, nil
}
// RemoveQueryChannel remove queryChannel of the collection to stop receiving query message
func (node *QueryNode) RemoveQueryChannel(ctx context.Context, in *queryPb.RemoveQueryChannelRequest) (*commonpb.Status, error) {
// if node.searchService == nil || node.searchService.searchMsgStream == nil {
// errMsg := "null search service or null search result message stream"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册