You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (JIRA)" <ji...@apache.org> on 2018/09/12 15:42:00 UTC

[jira] [Created] (GEODE-5731) --hostname-for-client not working correclty

Alexander Murmann created GEODE-5731:
----------------------------------------

             Summary: --hostname-for-client not working correclty
                 Key: GEODE-5731
                 URL: https://issues.apache.org/jira/browse/GEODE-5731
             Project: Geode
          Issue Type: Bug
          Components: configuration, locator
            Reporter: Alexander Murmann


When starting a server cluster on EC2 and --hostname-for-client set for locator and server then the locator does not return the client-bind-address.

Locator and server were initially started with
{code:java}
start locator --name=locator --port=41111 --properties-file=./gemfire.properties --initial-heap=256M --hostname-for-clients=ec2-12-345-678-90.compute-1.amazonaws.com

start server --name=server1 --server-port=44666 --properties-file=./gemfire.properties --initial-heap=256M --start-rest-api=true --http-service-port=7676
{code}
After some debugging the hostname-for-client on the server was also set to be the public IP address.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)