baomingyu opened a new issue #1136: The problem of selectOneMessageQueue when send message URL: https://github.com/apache/rocketmq/issues/1136   When there are three or more borkers in one topic's routeinfo --- TopicPublishInfo, for example broker-001,broker-002,broker-003,Some times the selected messagequeue list may be broker-001 broker-002 broker-001,rather than broker-001 broker-002 broker-003.   when sending message to broker-001\broker-002 is timeout or other problem the send result will always be failed,and lose one chance to send broker-003. because it is not set selected pos to sendWhichQueue's ThreadLocalIndex.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
