未验证 提交 a0bb758b 编写于 作者: X XuanYang-cn 提交者: GitHub

Refine log in proxy searchTask (#16263)

Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
上级 89963881
......@@ -971,8 +971,9 @@ func (st *searchTask) PreExecute(ctx context.Context) error {
if showResp.Status.ErrorCode != commonpb.ErrorCode_Success {
return errors.New(showResp.Status.Reason)
}
log.Debug("QueryCoord show collections",
zap.Any("collID", collID),
log.Debug("successfully get collections from QueryCoord",
zap.String("target collection name", collectionName),
zap.Int64("target collection ID", collID),
zap.Any("collections", showResp.CollectionIDs),
)
collectionLoaded := false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册