Oliverwqcwrw commented on code in PR #5922:
URL: https://github.com/apache/rocketmq/pull/5922#discussion_r1086244993
##########
broker/src/main/java/org/apache/rocketmq/broker/controller/ReplicasManager.java:
##########
@@ -448,6 +445,17 @@ private void stopCheckSyncStateSet() {
}
}
+ private void updateControlllerAddr() {
Review Comment:
```suggestion
private void updateControllerAddr() {
```
##########
broker/src/main/java/org/apache/rocketmq/broker/controller/ReplicasManager.java:
##########
@@ -108,6 +103,8 @@ enum State {
}
public void start() {
+ updateControlllerAddr();
Review Comment:
```suggestion
updateControllerAddr();
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]