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 2021/12/21 12:05:55 UTC

[GitHub] [rocketmq] lygn128 removed a comment on issue #3665: Updating the namesrv address with updateBrokerConfig command does not take effect

lygn128 removed a comment on issue #3665:
URL: https://github.com/apache/rocketmq/issues/3665#issuecomment-998723988


   
   
   
   
   > Currently, the broker must be restarted after nameserver addr being updated. link #1458
   但是有的实例确实修改成功了的:
   sudo ./mqadmin clusterlist -n x.61:8876
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
   #Cluster Name     #Broker Name            #BID  #Addr                  #Version                #InTPS(LOAD)       #OutTPS(LOAD) #PCWait(ms) #Hour #SPACE
   rocketmq-laoliu  laoliu_c           2     x.61:2951    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0016
   rocketmq-laoliu  laoliu_c           3     x.209:2961     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0775
   laoliu@bigo:~$ sudo ./mqadmin clusterlist -n x.209:8876
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
   #Cluster Name     #Broker Name            #BID  #Addr                  #Version                #InTPS(LOAD)       #OutTPS(LOAD) #PCWait(ms) #Hour #SPACE
   rocketmq-laoliu  laoliu_a           0     x.61:1911    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0016
   rocketmq-laoliu  laoliu_a           2     x.108:2931   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.1169
   rocketmq-laoliu  laoliu_a           3     x.209:2941     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0775
   rocketmq-laoliu  laoliu_b           0     x.108:1921   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.1169
   rocketmq-laoliu  laoliu_b           1     x.61:1931    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0016
   rocketmq-laoliu  laoliu_b           3     x.209:2951     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0775
   rocketmq-laoliu  laoliu_c           0     x.108:1931   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.1169
   rocketmq-laoliu  laoliu_c           2     x:2951    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0016
   rocketmq-laoliu  laoliu_c           3     x.209:2961     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.27 0.0775
   
   laoliu@bigo:~$ sudo ./mqadmin updatebrokerconfig -c rocketmq-laoliu -k namesrvAddr -v "x.61:8876;x.108:8876;x.209:8876" -s -n x.209:8876 
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
   update broker config success, x.209:2961
   update broker config success, x.209:2951
   update broker config success, x.209:2941
   update broker config success, x.61:1931
   update broker config success, x.61:2951
   update broker config success, x.61:1911
   update broker config success, x.108:1931
   update broker config success, x.108:2931
   update broker config success, x.108:1921
   laoliu@bigo:~$ sudo ./mqadmin clusterlist -n x.61:8876
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
   #Cluster Name     #Broker Name            #BID  #Addr                  #Version                #InTPS(LOAD)       #OutTPS(LOAD) #PCWait(ms) #Hour #SPACE
   rocketmq-laoliu  laoliu_a           0     x.61:1911    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0016
   rocketmq-laoliu  laoliu_a           2     x.108:2931   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.1169
   rocketmq-laoliu  laoliu_a           3     x.209:2941     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0776
   rocketmq-laoliu  laoliu_b           0     x.108:1921   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.1169
   rocketmq-laoliu  laoliu_b           1     x.61:1931    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0016
   rocketmq-laoliu  laoliu_b           3     x.209:2951     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0776
   rocketmq-laoliu  laoliu_c           0     x.108:1931   V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.1169
   rocketmq-laoliu  laoliu_c           2     x.61:2951    V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0016
   rocketmq-laoliu  laoliu_c           3     x.209:2961     V4_3_2                   0.00(0,0ms)         0.00(0,0ms)          0 455579.34 0.0776_


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