mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: [2.3] change frequent log to debug (#30781)
pr: #30782 change the "pipeline fetch insert msg" log to debug Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
e389909547
commit
2896f5eb69
@ -77,7 +77,7 @@ func (iNode *insertNode) addInsertData(insertDatas map[UniqueID]*delegator.Inser
|
||||
iData.PrimaryKeys = append(iData.PrimaryKeys, pks...)
|
||||
iData.RowIDs = append(iData.RowIDs, msg.RowIDs...)
|
||||
iData.Timestamps = append(iData.Timestamps, msg.Timestamps...)
|
||||
log.Info("pipeline fetch insert msg",
|
||||
log.Debug("pipeline fetch insert msg",
|
||||
zap.Int64("collectionID", iNode.collectionID),
|
||||
zap.Int64("segmentID", msg.SegmentID),
|
||||
zap.Int("insertRowNum", len(pks)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user