542928492 opened a new issue #2223:
URL: https://github.com/apache/rocketmq/issues/2223


    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]


Reply via email to