[ 
https://issues.apache.org/jira/browse/GEODE-7565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086212#comment-17086212
 ] 

ASF subversion and git services commented on GEODE-7565:
--------------------------------------------------------

Commit dd23ee8200cba67cea82e57e2e4ccedcdf9e8266 in geode's branch 
refs/heads/mass-test-run from Alberto Bustamante Reyes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=dd23ee8 ]

GEODE-7565: Allow gateway receivers with same host and port (#4824)

There was a problem with Geode WAN replication when GW receivers are configured 
with the same hostname-for-senders and port on all servers. The reason for such 
a setup is deploying Geode cluster on a Kubernetes cluster where all GW 
receivers are reachable from the outside world on the same VIP and port.

The problem experienced is that shutting down one server is stopping 
replication to this cluster until the server is up again. This is because Geode 
incorrectly assumes there are no more alive servers when just one of them is 
down, because since they share hostname-for-senders and port, they are treated 
as one same server.

With these changes locator is able to distinguish the different receivers using 
the same hostname and port so replication is not impacted when one server is 
stopped. 

> Wrong management of receivers with same hostname-for-senders
> ------------------------------------------------------------
>
>                 Key: GEODE-7565
>                 URL: https://issues.apache.org/jira/browse/GEODE-7565
>             Project: Geode
>          Issue Type: Improvement
>          Components: wan
>            Reporter: Alberto Bustamante Reyes
>            Assignee: Alberto Bustamante Reyes
>            Priority: Major
>              Labels: pull
>          Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> There is a problem with Geode WAN replication when GW receivers are 
> configured with the same hostname-for-senders and port on all servers. [ 1 ]
> The problem experienced is that shutting down one server is stopping 
> replication to this cluster until the server is up again. This is because 
> Geode incorrectly assumes there are no more alive servers when just one of 
> them is down, because since they share hostname-for-senders and port, they 
> are treated as one same server.
> Our proposal consists on expanding internal data in locators with enough 
> information to distinguish servers in the beforementioned use case. The same 
> intervention is likely needed in the client pools and possibly elsewhere in 
> the source code.
> ----
> [ 1 ] : The reason for such a setup is deploying Geode cluster on a 
> Kubernetes cluster where all GW receivers are reachable from the outside 
> world on the same VIP and port. Other kinds of configuration (different 
> hostname and/or different port for each GW receiver) are not cheap from OAM 
> and resources perspective in cloud native environments and also limit some 
> important use-cases (like scaling).
>  
> Link to thread in DEV mailing list: 
> [https://markmail.org/thread/6qakx67rxiokdsec]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to