MountainOne commented on issue #1576: Bug in select MessageQueue URL: https://github.com/apache/rocketmq/issues/1576#issuecomment-557043906 Right, but the currently selected broker needs to be the same as the isolated broker, which is contradictory. ```Java if (latencyFaultTolerance.isAvailable(mq.getBrokerName())) { if (null == lastBrokerName || mq.getBrokerName().equals(lastBrokerName)) return mq; } ```
---------------------------------------------------------------- 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
