[ https://issues.apache.org/jira/browse/GEODE-8656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221202#comment-17221202 ]
ASF GitHub Bot commented on GEODE-8656: --------------------------------------- albertogpz commented on pull request #5670: URL: https://github.com/apache/geode/pull/5670#issuecomment-717039272 > Hi there @albertogpz. > Thank you for this contribution, but would it be possible to create a DUnit test to test out the functionality that you are providing. > > DUnit tests, is our current way to spin up multiple Servers in different VM's in order to test out multi-server functionality. Hi @kohlmu-pivotal . I thought about creating a DUnit test for this change but the problem I ran into is that it would require to have a load balancer that balances connections between the servers that share the same hostname-for-senders value. Any idea how to implement this with the current framework? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Ping not sent to the right gateway receiver endpoint when several receivers > have the same hostname-for-senders value > -------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-8656 > URL: https://issues.apache.org/jira/browse/GEODE-8656 > Project: Geode > Issue Type: Bug > Components: wan > Reporter: Alberto Gomez > Assignee: Alberto Gomez > Priority: Major > Labels: pull-request-available > > When several gateway receivers have the same value for hostname-for-senders > (for example when running Geode under kubernetes and a load balancer balances > the load among the remote servers), the ping messages sent from the gateway > sender client are only sent to the receiver (endpoint) to which the sender > connected first. > The other receivers will not get the ping message which will imply that the > connections towards them will be closed after the configured timeout expires. > This ticket is a continuation of the work done ticket GEODE-7565. -- This message was sent by Atlassian Jira (v8.3.4#803005)