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 2019/09/16 02:35:10 UTC

[GitHub] [rocketmq] liuruiyiyang opened a new issue #1457: Updating broker config of namesrvAddr is not effective

liuruiyiyang opened a new issue #1457: Updating broker config of namesrvAddr is not effective
URL: https://github.com/apache/rocketmq/issues/1457
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   When use ```mqadmin updateBrokerConfig -c clusterName``` to update namesrvAddr config.  The new parameter is not effective.
   
   - What did you do (The steps to reproduce)?
   Use ```mqadmin updateBrokerConfig -c clusterName -n oldNameServerList -k namesrvAddr -v newNameServerList ``` to update namesrvAddr config of a cluster
   
   - What did you expect to see?
   All brokers in the cluster changed their namesrvAddr and also the new namesrvAddr is effective by registering to new name server. namesrv log showing like ```register broker[0]to name server newAddress:9876 OK```
   
   - What did you see instead?
   The new namesrvAddr is not effective.
   
   2. Please tell us about your environment:
   MacOS and Linux
   
   

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


With regards,
Apache Git Services