yx9o opened a new issue, #9807: URL: https://github.com/apache/rocketmq/issues/9807
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Optimize log.warn Time Consumption in the send Method. ### Motivation When sending messages synchronously, if the message body is large and an exception occurs, the send method consumes a lot of time in log.warn. <img width="982" height="343" alt="Image" src="https://github.com/user-attachments/assets/2c73fb6a-9b06-447e-b09c-b6a8151005f1" /> ### Describe the Solution You'd Like Optimize log.warn Time Consumption in the send Method. ### Describe Alternatives You've Considered No ### Additional Context _No response_ -- 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]
