未验证 提交 038f4285 编写于 作者: B Bingyi Sun 提交者: GitHub

Add more log for debug (#11893)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 d68444e9
......@@ -208,6 +208,7 @@ func (ibNode *insertBufferNode) Operate(in []Msg) []Msg {
}
if len(seg2Upload) > 0 {
log.Debug("flowgraph insert buffer node consumed msgs with end position", zap.String("channel", ibNode.channelName), zap.Any("end position", endPositions[0]))
err := ibNode.uploadMemStates2Coord(seg2Upload)
if err != nil {
log.Error("upload segment statistics to coord error", zap.Error(err))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册