xiangwangcheng commented on issue #1588: Retry doesn't work when sending msg in 
aync mode(eg. when broker is down)
URL: https://github.com/apache/rocketmq/issues/1588#issuecomment-555398690
 
 
   @duhenglucky @MountainOne 
   Sorry, seems I still haven't made myself clear.
   I mean until one message queue is selected, everything is fine.
   
![image](https://user-images.githubusercontent.com/8049014/69128652-c0683780-0ae7-11ea-9650-7a612bdf9a06.png)
   
   And after that(I set a breakpoint here),  I shut down the broker that the 
selected queue is running on.
   The producer fails here(channel is null and `this.invokeAsyncImpl` won't be 
invoked):
   
![image](https://user-images.githubusercontent.com/8049014/69128914-42586080-0ae8-11ea-8b61-6b5832be7511.png)
   
   And InvokeCallback won't be invoked.
   
![image](https://user-images.githubusercontent.com/8049014/69129266-fb1e9f80-0ae8-11ea-99e0-052acc60beef.png)
   And no retry logic for situations like that.
   
   
   
   

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

Reply via email to