mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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:
|
case *msgstream.SealedSegmentsChangeInfoMsg:
|
||||||
q.adjustByChangeInfo(sm)
|
q.adjustByChangeInfo(sm)
|
||||||
default:
|
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