[
https://issues.apache.org/jira/browse/GEODE-7301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974004#comment-16974004
]
Mario Kevo commented on GEODE-7301:
-----------------------------------
Hi [~bschuchardt] ,
RollingUpgradeHARegionNameOnDifferentServerVersions test failed while verifying
if HARegionName on server1(old version) is equal to HARegionName on server2(the
current version). The problem is that in the old server HARegionName has
ipAddress and the current has hostName.
org.junit.ComparisonFailure:
expected:<...able_client_with_id_[172.17.0.46](4266:loner):45690:5...> but
was:<...able_client_with_id_[38ccc04b32b1](4266:loner):45690:5...>
Do we need to change this method _getExternalAddress_ to always return address
instead of canonicalHostName, remove this test case or if you have any other
suggestion?
BR,
Mario
> Remove code that disables the use of hostnames in membership identifiers
> ------------------------------------------------------------------------
>
> Key: GEODE-7301
> URL: https://issues.apache.org/jira/browse/GEODE-7301
> Project: Geode
> Issue Type: Improvement
> Components: membership
> Reporter: Bruce J Schuchardt
> Assignee: Mario Kevo
> Priority: Minor
> Labels: low-hanging-fruit, newbie
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When network-partition-detection is enabled membership identifiers use
> numeric host IP addresses instead of host names. This should be changed to
> always use host names - much of the rest of Geode uses hostnames regardless
> of how this setting is configured, so we're dependent on the computer's host
> name resolution service anyway.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)