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

Print msgID instead of msg (#16268)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 6440c0dd
......@@ -378,7 +378,7 @@ func (q *queryCollection) consumeQuery() {
case *msgstream.SealedSegmentsChangeInfoMsg:
q.adjustByChangeInfo(sm)
default:
log.Warn("unsupported msg type in search channel", zap.Any("msg", sm))
log.Warn("unsupported msg type in search channel", zap.Int64("msgID", sm.ID()))
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册