[
https://issues.apache.org/jira/browse/APEXCORE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440431#comment-15440431
]
Vlad Rozov commented on APEXCORE-516:
-------------------------------------
Example of bad configurion from builds.apache.org:
{noformat}
InetAddress.getLocalHost():
214.175.197.104.bc.googleusercontent.com/104.197.175.214
hostname
jenkins-beam2.apache.org
/bin/hostname -i
104.197.175.214
hostname -I
10.128.0.2 172.17.0.1
{noformat}
> StramLocalCluster should always use loopback address for buffer server
> location
> -------------------------------------------------------------------------------
>
> Key: APEXCORE-516
> URL: https://issues.apache.org/jira/browse/APEXCORE-516
> Project: Apache Apex Core
> Issue Type: Improvement
> Environment: Jenkins Apache (builds.apache.org using beam label)
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Priority: Minor
>
> With incorrectly configured environments where InetAddress.getLocalHost()
> returns resolvable address, but that address is not among active interfaces
> of the host where buffer server is deployed, neither buffer server publish or
> subscriber will be able to connect to the buffer server. In most cases, this
> issue should be solved by properly configuring the cluster or node where
> buffer server is deployed. This fix should address only a case where Apex is
> deployed into an automatically provisioned environment for running unit and
> integration tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)