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/06/13 08:03:43 UTC

[GitHub] [rocketmq] cserwen opened a new issue, #4455: [Broker] Update namesrv address does not take effect.

cserwen opened a new issue, #4455:
URL: https://github.com/apache/rocketmq/issues/4455

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   ```
   // old address is: 10.142.211.26:9876,10.142.211.27:9876, remove one.
   sh mqadmin updateBrokerConfig -b localhost:30911 -k namesrvAddr -v 10.142.211.26:9876
   ```
   
   - What is expected to see?
   Success to update namesrv addr and broker will not register to the namesrv that was removed.
   
   - What did you see instead?
   Namesrv was updated successfully but the broker still registered to old namesrv.
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   Add a schedule task to update namesrvAddr from brokerConfig.
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] duhenglucky closed issue #4455: [Broker] Update namesrv address does not take effect.

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #4455: [Broker] Update namesrv address does not take effect.
URL: https://github.com/apache/rocketmq/issues/4455


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