[
https://issues.apache.org/jira/browse/GEODE-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205203#comment-15205203
]
ASF subversion and git services commented on GEODE-980:
-------------------------------------------------------
Commit bde4dd7c9c3b135a5c89501c8c8f1e75a6082d09 in incubator-geode's branch
refs/heads/develop from [~jens.deppe]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=bde4dd7 ]
GEODE-980: The member's local hostname is just an IP address
- Trouble on Mac OS is that the hostname is not tied to a particular
address like other *nix systems. A typical *nix system might have the
hostname defined in /etc/hosts or resolvable via DNS. The hostname/IP
mapping remains fixed and consistent. Under Mac OS (and at least under
Java) the InetAddress.getLocalHost call is not deterministic and may
associate the local hostname with any of the hosts' currently assigned
IP addresses. There is no mapping done through /etc/hosts. This also
means that given a localhost InetAddress, a reverse DNS lookup of the
address will fail.
- By using only the IP address for the local hostname, the member ID
remains consistent.
> Destroy region command in gfsh is not working
> ---------------------------------------------
>
> Key: GEODE-980
> URL: https://issues.apache.org/jira/browse/GEODE-980
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Affects Versions: 1.0.0-incubating.M1
> Reporter: William Markito Oliveira
> Priority: Critical
> Labels: gfsh
>
> {code}
> gfsh>list regions
> List of regions
> ---------------
> Person
> gfsh>destroy region --name=/Person
> gfsh>list regions
> List of regions
> ---------------
> Person
> gfsh>
> gfsh>describe region --name=/Person
> ..........................................................
> Name : Person
> Data Policy : partition
> Hosting Members : server1
> Non-Default Attributes Shared By Hosting Members
> Type | Name | Value
> ------ | ----------- | ---------
> Region | size | 100
> | data-policy | PARTITION
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)