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

ASF subversion and git services commented on GEODE-2940:
--------------------------------------------------------

Commit b73119046f845c02f160b85c9b70f54e870d8f03 in geode's branch 
refs/heads/feature/GEODE-2804v3 from [~hitesh.khamesra]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=b731190 ]

 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
>
> 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)

Reply via email to