未验证 提交 4f4a417c 编写于 作者: B bigsheeper 提交者: GitHub

Unify in log print (#16368)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 e73139de
......@@ -492,7 +492,7 @@ func (node *QueryNode) waitChangeInfo(segmentChangeInfos *querypb.SealedSegments
return retry.Do(node.queryNodeLoopCtx, fn, retry.Attempts(50))
}
// remove the segments since it's already compacted or balanced to other querynodes
// remove the segments since it's already compacted or balanced to other QueryNodes
func (node *QueryNode) removeSegments(segmentChangeInfos *querypb.SealedSegmentsChangeInfo) error {
err := node.waitChangeInfo(segmentChangeInfos)
if err != nil {
......
......@@ -171,7 +171,7 @@ func (r *addQueryChannelTask) Execute(ctx context.Context) error {
if err != nil {
return err
}
log.Debug("querynode seek query channel: ", zap.Any("consumeChannels", consumeChannels),
log.Debug("QueryNode seek query channel: ", zap.Any("consumeChannels", consumeChannels),
zap.String("seek position", string(r.req.SeekPosition.MsgID)))
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册