mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Print msgID instead of msg (#16268)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
6440c0dd98
commit
f18b3c44ee
@ -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()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user