mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] avoid print immense logs on input node (#24411)
Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
This commit is contained in:
parent
d951f8a779
commit
d07c49da43
@ -83,7 +83,9 @@ func (inNode *InputNode) Operate(in []Msg) []Msg {
|
||||
if !ok {
|
||||
log.Warn("MsgStream closed", zap.Any("input node", inNode.Name()))
|
||||
if inNode.lastMsg != nil {
|
||||
log.Info("trigger force sync", zap.Int64("collection", inNode.collectionID), zap.Any("position", inNode.lastMsg))
|
||||
log.Info("trigger force sync", zap.Int64("collection", inNode.collectionID),
|
||||
zap.Any("startPositions", inNode.lastMsg.StartPositions),
|
||||
zap.Any("endPositions", inNode.lastMsg.EndPositions))
|
||||
return []Msg{&MsgStreamMsg{
|
||||
BaseMsg: NewBaseMsg(true),
|
||||
tsMessages: []msgstream.TsMsg{},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user