[
https://issues.apache.org/jira/browse/GEODE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193561#comment-16193561
]
ASF subversion and git services commented on GEODE-3687:
--------------------------------------------------------
Commit 2502ae0be83e4a2d00003e42b366654749c52ed1 in geode's branch
refs/heads/develop from [~lhughesgodfrey]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2502ae0 ]
GEODE-3687: GatewayReceiverImpl constructor and create method updates (#859)
GEODE-3687: GatewayReceiverImpl constructor and create method updates
- bind-address specified in gemfire.properties is now used to configure Profile
and ServerLocations
- removed host field (previously calculated at config time based on
hostname-for-sender and bind-address parameters)
with result then passed to CacheServerImpl.start()
- replaced host field with hostnameForSenders, which is now used (when set) to
set hostnameForClients in CacheServerImpl.
- replaced getHost with getHostnameForSenders
- associated tests, including those to set bind-address and server-bind-address
through gemfire.properties
> create gateway receiver ignores bind-address setting from gemfire.properties
> ----------------------------------------------------------------------------
>
> Key: GEODE-3687
> URL: https://issues.apache.org/jira/browse/GEODE-3687
> Project: Geode
> Issue Type: Bug
> Components: wan
> Reporter: Shelley Lynn Hughes-Godfrey
> Assignee: Shelley Lynn Hughes-Godfrey
>
> Users report that even with `bind-address` set to the ip in
> `gemfire.properties`, the receivers are still giving hostnames to the senders
> instead of ip addresses.
> The GatewayReceiverImpl should not be invoking:
> receiver.setHostnameForClients(host);
> with the local hostname (based on hostname-for-senders and bind-address
> settings).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)