未验证 提交 2512ca36 编写于 作者: B bigsheeper 提交者: GitHub

[skip ci] Add comment for filterInvalidInsertMessage (#12734)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 2a98ce27
......@@ -165,6 +165,7 @@ func (fdmNode *filterDmNode) filterInvalidDeleteMessage(msg *msgstream.DeleteMsg
return msg
}
// filterInvalidInsertMessage would filter out invalid insert messages
func (fdmNode *filterDmNode) filterInvalidInsertMessage(msg *msgstream.InsertMsg) *msgstream.InsertMsg {
sp, ctx := trace.StartSpanFromContext(msg.TraceCtx())
msg.SetTraceCtx(ctx)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册