mirror of https://github.com/milvus-io/milvus.git
Delete the log that prints a lot of deleteMsg.timestamps (#17543)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/17570/head
parent
d20566e04a
commit
dd483beefd
|
@ -223,8 +223,7 @@ func (iNode *insertNode) Operate(in []flowgraph.Msg) []flowgraph.Msg {
|
|||
log.Debug("delete in streaming replica",
|
||||
zap.Any("collectionID", delMsg.CollectionID),
|
||||
zap.Any("collectionName", delMsg.CollectionName),
|
||||
zap.Int64("numPKs", delMsg.NumRows),
|
||||
zap.Any("timestamp", delMsg.Timestamps))
|
||||
zap.Int64("numPKs", delMsg.NumRows))
|
||||
err := processDeleteMessages(iNode.metaReplica, segmentTypeGrowing, delMsg, delData)
|
||||
if err != nil {
|
||||
// error occurs when missing meta info or unexpected pk type, should not happen
|
||||
|
|
Loading…
Reference in New Issue