[
https://issues.apache.org/jira/browse/GEODE-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752800#comment-16752800
]
ASF subversion and git services commented on GEODE-6303:
--------------------------------------------------------
Commit fdb56274a1a4f62aab2369a7a571b20ef73fc6c5 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fdb5627 ]
Merge pull request #3108 from apache/feature/GEODE-6303
GEODE-6303 Membership gets confused by multiple locators being specified by gfsh
> Membership gets confused by multiple locators being specified by gfsh
> ---------------------------------------------------------------------
>
> Key: GEODE-6303
> URL: https://issues.apache.org/jira/browse/GEODE-6303
> Project: Geode
> Issue Type: Bug
> Components: membership
> Reporter: Bruce Schuchardt
> Assignee: Bruce Schuchardt
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I started a locator using gfsh and a gemfire.properties file that specified
> that locator.
> gfsh start locator --name=locator1 --properties-file=$PWD/gemfire.properties
> gemfire.properties:
> locators=trout.gemstone.com[30015]
> locator-wait-time=120
> jmx-manager-start=true
> jmx-manager-port=30016
> log-level=info
> statistic-sampling-enabled=true
> statistic-sample-rate=60000
> max-wait-time-reconnect=5000
> log-level=fine
>
> Log files show that the locator was given two addresses in its "locators"
> setting. One was the address I had in my gemfire.properties file and the
> other was the same but using its numeric IPv4 address.
> locators=trout.gemstone.com[30015],10.118.26.122[30015]
>
> Logs show that both of these addresses were contacted during startup and this
> caused the locator to take more time starting up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)