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/05/20 05:24:37 UTC

[GitHub] [rocketmq] panzhi33 commented on issue #2909: 4.8.0版本的RocketMQ重试机制retryTimesWhenSendFailed和retryAnotherBrokerWhenNotStoreOK

panzhi33 commented on issue #2909:
URL: https://github.com/apache/rocketmq/issues/2909#issuecomment-844706372


   org.apache.rocketmq.client.impl.MQClientAPIImpl#processSendResponse
   你可以看下这个方法,sendResult有值并且不为SendStatus.SEND_OK时,表面这组broker有问题,所以这里会选择判断。其它情况都是直接抛异常,不会走这段逻辑的
   


-- 
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:
users@infra.apache.org