[jboss-jira] [JBoss JIRA] (WFLY-4396) mod_cluster subsystem find any http server on the network

Paul Ferraro (JIRA) issues at jboss.org
Wed Mar 4 08:27:49 EST 2015


     [ https://issues.jboss.org/browse/WFLY-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro closed WFLY-4396.
------------------------------
    Resolution: Rejected


This is by design.  You can control which wildfly nodes can see which httpd servers by using distinct multicast address/port combinations.

> mod_cluster subsystem find any http server on the network
> ---------------------------------------------------------
>
>                 Key: WFLY-4396
>                 URL: https://issues.jboss.org/browse/WFLY-4396
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 8.2.0.Final
>         Environment: Ubuntu 14.04, wildfly 8.2.0.final, apache http server 2.2.29
>            Reporter: Jose Diaz
>            Assignee: Paul Ferraro
>            Priority: Critical
>              Labels: jboss
>   Original Estimate: 4 weeks
>  Remaining Estimate: 4 weeks
>
> I configure a  Load Balanced HA Standalone Cluster, in my machine however in the network there is other apache http server when I wake up the server I get the next error:
> MODCLUSTER000043: Failed to send INFO to 10.21.51.121/10.21.51.121:22001: java.net.NoRouteToHostException: No existe ninguna ruta hasta el «host»
> I configure the mod_cluster in standalone-full-ha with:
> <subsystem xmlns="urn:jboss:domain:modcluster:1.2">
>             <mod-cluster-config advertise-socket="modcluster" proxy-list="127.0.0.1:80" balancer="jdcluster" connector="ajp">
>                 <dynamic-load-provider>
>                     <load-metric type="cpu"/>
>                 </dynamic-load-provider>
>             </mod-cluster-config>
>         </subsystem>
> Then get the same error.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the jboss-jira mailing list