MatrixHB commented on pull request #3555:
URL: https://github.com/apache/rocketmq/pull/3555#issuecomment-996681362


   @lwclover you are right.
   When the channel to the broker cannot be established, it will directly enter 
the following code block.
   
![image](https://user-images.githubusercontent.com/23614576/146499518-c1dc2795-b0e7-41c8-89a7-4dee105872a7.png)
   
   Retry for send async is made for the execution of 
"org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeAsyncImpl", but 
in the given case,  "invokeAsyncImpl" has not been executed yet.
   


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