ni-ze commented on issue #3548:
URL: https://github.com/apache/rocketmq/issues/3548#issuecomment-983227596


   In this situation, (brokerB, 1) might be changed to (brokerA, 4 % 2), which 
result in the total list [(brokerA, 0), (brokerA, 1), (brokerB, 0), (brokerA, 
0)].
   ------------
   (brokerB, 1) changed to (brokerA, $nextInt % 2), it will be (brokerA, 0) or 
(brokerA, 1) finally. this list record which MQ was used to send message. If 
not in this list, it mean this MQ  was Not recommended. It is an extreme case, 
if all MQ is same, it mean only one MQ is available.


-- 
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]


Reply via email to