xiaoyifang commented on issue #5716: URL: https://github.com/apache/rocketmq/issues/5716#issuecomment-1357163121
`int index = tpInfo.getSendWhichQueue().incrementAndGet(); ` this line is outside the for loop ,will cause unevenly distributed message just like https://github.com/apache/rocketmq/issues/5672#issuecomment-1357085525 discussed. -- 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]
