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 2020/05/27 03:26:39 UTC

[GitHub] [rocketmq] wqliang opened a new issue #2042: client still connected to the old namesrv even it was removed from namesrvAddr list

wqliang opened a new issue #2042:
URL: https://github.com/apache/rocketmq/issues/2042


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   Client will connected to the namesrv choosed from `namesrvAddrList`. When using `WSAddr ` to fetch namesrv address and the server return a new addr list without the namesrv client has connected to, client will not choose a new namesrv in the new addr list but still communicate with the old one even if it's not in the new addr list now.  
   In some case it may cause problems for example broker use WSAddr to fetch namesrv list and not report route info to the namesrv any more after namesrv list updated, but client still query from it.
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
   


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



[GitHub] [rocketmq] RongtongJin closed issue #2042: client still connected to the old namesrv even it was removed from namesrvAddr list

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #2042:
URL: https://github.com/apache/rocketmq/issues/2042


   


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