[
https://issues.apache.org/jira/browse/GEODE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077016#comment-16077016
]
ASF subversion and git services commented on GEODE-2940:
--------------------------------------------------------
Commit 92f270805a83c69da2c1ab469b3206ae6e7c9acf in geode's branch
refs/heads/feature/GEODE-1279 from [~hitesh.khamesra]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=92f2708 ]
GEODE-2804 Caching the InetAddress for configured ip string
1. We keep configure host string in HostAddress class
2. We reuse InetsocketAddress if it is ipString.
3. Client has logic to retry thus we keep InetsocketAddress even if
it is not ip string.
GEODE-3017 IPv6 issue on windows. Above changes fixed this issue.
GEODE-2940 Now we don't validate configure host string on start. As
there is possibility that host may not available.
1. Earlier wan config were failing because of that. Now we just keep
those configure host string. And try this later.
Added unit tests for it.
> Remove verification of locator host on start
> --------------------------------------------
>
> Key: GEODE-2940
> URL: https://issues.apache.org/jira/browse/GEODE-2940
> Project: Geode
> Issue Type: New Feature
> Components: membership
> Reporter: Brian Baynes
> Assignee: Hitesh Khamesra
> Fix For: 1.3.0
>
>
> We configure locator list to start the cache. This locator list is validated
> while creating the cache. We verify whether locator host exists or not. Now
> we need to remove this verification as in cloud environment host may not
> available for time being.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)