You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "zhaoziyan (JIRA)" <ji...@apache.org> on 2017/03/07 03:00:37 UTC

[jira] [Commented] (ROCKETMQ-118) broker haServer ??

    [ https://issues.apache.org/jira/browse/ROCKETMQ-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898650#comment-15898650 ] 

zhaoziyan commented on ROCKETMQ-118:
------------------------------------

getHAServerAddr()
String addr = this.brokerConfig.getBrokerIP2() + ":" + this.messageStoreConfig.getHaListenPort();
in nameServer some log like this ( in conf ,ip1=ip2=10.126.84.66)
new broker registerd, 10.126.84.66:10911 HAServer: 10.126.84.66:10912
the use of haServer ????

> broker haServer ??
> ------------------
>
>                 Key: ROCKETMQ-118
>                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-118
>             Project: Apache RocketMQ
>          Issue Type: Wish
>            Reporter: zhaoziyan
>            Assignee: vongosling
>              Labels: features
>
> getHAServerAddr()
> String addr = this.brokerConfig.getBrokerIP2() + ":" + this.messageStoreConfig.getHaListenPort();
> in nameServer some log like this ( in conf ,ip1=ip2=10.126.84.66)
> new broker registerd, 10.126.84.66:10911 HAServer: 10.126.84.66:10912
> the use of haServer ????



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)