未验证 提交 908782f0 编写于 作者: Z zhangjidi2016 提交者: GitHub

[ISSUE #2921]Fix consume msgtrace loss (#2922)

* [ISSUE #2898] Resolve rocketmq-example project failed during checkstyle execution

* [ISSUE #2921] Fix a bug in trace when consume message.
上级 b0a89596
......@@ -198,6 +198,7 @@ public class TraceDataEncoder {
}
}
break;
case EndTransaction: {
TraceBean bean = ctx.getTraceBeans().get(0);
sb.append(ctx.getTraceType()).append(TraceConstants.CONTENT_SPLITOR)//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册