humkum opened a new pull request, #6746: URL: https://github.com/apache/rocketmq/pull/6746
Fixes #issue_id ### Brief Description Check from client side and broker side: Client side: INNER_MULTI_DISPATCH contains "/" throws MQClientException to avoid illegal LMQ path Broker side: If receive old version clients message, generate CQ file for valid LMQ and skip generate CQ file for invalid LMQ ### How Did You Test This Change? Client exception:  Broker log:  To avoid too many logs with every message, the code had delete the error log when skip generate the invalid LMQ. -- 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]
