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 2022/03/07 08:35:02 UTC

[GitHub] [rocketmq] ni-ze edited a comment on issue #3933: Run request reply in the MAC os12 system, and the consumer will time out when returning the result

ni-ze edited a comment on issue #3933:
URL: https://github.com/apache/rocketmq/issues/3933#issuecomment-1060325491


   I reproduce this bug, root cause producer is blocked when it receive a reply message. The blocking code is as fellow:
   ![image](https://user-images.githubusercontent.com/31175234/156995063-bbc550e3-1c30-4719-8b1a-c2e3125f9f78.png)
   There are relationships with bornHost and storeHost of reply message.
   ```xml
   bornHost=/127.0.0.1:59653, storeHost=/127.0.0.1:10911
   ``` 
   will be blocked.
   
   ```xml
   bornHost=127.0.0.1:59653, storeHost=127.0.0.1:10911
   ``` 
   will not.


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