未验证 提交 5c1733de 编写于 作者: Y yukun 提交者: GitHub

Remove insertpks log in flow_graph_insert_node (#10302)

Signed-off-by: Nfishpenguin <kun.yu@zilliz.com>
上级 bd93d9f0
......@@ -256,8 +256,7 @@ func (iNode *insertNode) insert(iData *insertData, segmentID UniqueID, wg *sync.
return
}
log.Debug("Do insert done", zap.Int("len", len(iData.insertIDs[segmentID])),
zap.Int64("segmentID", segmentID), zap.Any("IDS", iData.insertPKs))
log.Debug("Do insert done", zap.Int("len", len(iData.insertIDs[segmentID])), zap.Int64("segmentID", segmentID))
wg.Done()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册