You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/27 18:43:00 UTC

[jira] [Commented] (GEODE-3017) On windows, we don't choose right interface for IPv6

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

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

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

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.


> On windows, we don't choose right interface for IPv6
> ----------------------------------------------------
>
>                 Key: GEODE-3017
>                 URL: https://issues.apache.org/jira/browse/GEODE-3017
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Hitesh Khamesra
>
> It seems changes related to GEODE-2804 causing this issue. In that change, we use the hostname to connect to locator but with ipv6 on windows, it's not working appropriately. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)