[
https://issues.apache.org/jira/browse/ROCKETMQ-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055985#comment-16055985
]
ASF GitHub Bot commented on ROCKETMQ-205:
-----------------------------------------
GitHub user lqjack opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/125
ROCKETMQ-205 :
change the constant to variable
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lqjack/incubator-rocketmq ROCKETMQ-205
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/125.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #125
----
commit ff16d7a7a46a1b82db67aee5ed8cce7865ae72bf
Author: lqjaclee <[email protected]>
Date: 2017-06-20T15:45:49Z
ROCKETMQ-205 : change the constant to variable
----
> change the port of broker and restart it, but client still connect to
> previous port also
> ----------------------------------------------------------------------------------------
>
> Key: ROCKETMQ-205
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-205
> Project: Apache RocketMQ
> Issue Type: Bug
> Reporter: Eason Chen
> Assignee: vongosling
>
> we start a broker and listen on 10911, client listen on it correctly
> then we change the port to 10915 and restart it
> client connect to 10915 correctly
>
> but still try to connect to 10911 and failed
> seems client did not update the broker address correctly
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)