You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/01 02:34:34 UTC

[GitHub] [rocketmq] ni-ze commented on issue #3548: a question about MQFaultStrategy

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org