[
https://issues.apache.org/jira/browse/GEODE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928794#comment-16928794
]
ASF subversion and git services commented on GEODE-7180:
--------------------------------------------------------
Commit 55e0a7659427fb72f3b312cd226035edf8f5cc1a in geode-native's branch
refs/heads/develop from Blake Bender
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=55e0a76 ]
GEODE-7180: Disable IPv6 support by default (#518)
* GEODE-7180: Disable IPv6 support in ACE via ifdef
* Fix cmake option name to agree with ifdef
* Change define from WITH_IPV6 to USE_IPV6, for consistency with others
* Also use cmakedefine in ACE config file
* verified WITH_IPV6 can be switched to turn support on/off
Co-authored-by: Vince Ford <[email protected]>
> Integration tests broken after IPv6 support (GEODE-7086)
> --------------------------------------------------------
>
> Key: GEODE-7180
> URL: https://issues.apache.org/jira/browse/GEODE-7180
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Blake Bender
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> After merging the PR for GEODE-7086 and fixing Windows build breaks, it
> appears nearly all integration tests are failing on RHEL7 and Windows.
> Ubuntu appears to be okay, but I'm not 100% convinced yet, I only know that
> tests pass on *our* particular Ubuntu setup.
>
> The logs from RHEL7 give the following hint:
>
> {{C++ exception with description "Unknown host localhost" thrown in the test
> body.}}
>
> Which is coming from this line in the source:
>
> {{./cppcache/src/PoolFactory.cpp: throw IllegalArgumentException("Unknown
> host " + host);}}
>
> More info will be added here as investigation proceeds.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)