drpmma commented on issue #8321:
URL: https://github.com/apache/rocketmq/issues/8321#issuecomment-2185866195

   > 
DefaultMQProducer.shutdown()中先将defaultMQProducermpl.shutdown(),然后再调用AsyncTraceDispatcher.shutdown(),这会导致AsyncTraceDispatcher.flush()方法无法发送轨迹消息(因为发消息依赖defaultMQProducermpl),从而导致生产者轨迹丢失。
   
   AsyncTraceDispatcher内部有自己的producer实例,为什么会依赖defaultMQProducermpl呢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to