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/07/03 17:04:01 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=16072722#comment-16072722 ] 

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

Commit 92f270805a83c69da2c1ab469b3206ae6e7c9acf in geode's branch refs/heads/develop 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.


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