[jboss-jira] [JBoss JIRA] (WFLY-5705) Cluster is not created using TCPGOSSIP

Richard Janík (JIRA) issues at jboss.org
Wed Dec 9 08:45:00 EST 2015


    [ https://issues.jboss.org/browse/WFLY-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138983#comment-13138983 ] 

Richard Janík commented on WFLY-5705:
-------------------------------------

Hey Paul,

the way I understand the description, the gossip router is bound to localhost:12011 - that means it listens on this address. When the servers are bound to a different address (a different interface too - not loopback) they too listen on that different address for requests, but should still try to talk to gossip router on localhost:12011 because that's in the initial_hosts property. They don't have to be _bound_ to the same address as the gossip router.

Now, if the server and gossip router were on a different machine, that wouldn't work. But the issue here is that it doesn't work on a single machine either.

> Cluster is not created using TCPGOSSIP
> --------------------------------------
>
>                 Key: WFLY-5705
>                 URL: https://issues.jboss.org/browse/WFLY-5705
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 10.0.0.CR3
>            Reporter: Ivan Straka
>            Assignee: Paul Ferraro
>            Priority: Minor
>
> If gossip router is bound to localhost and nodes are not, they won't make cluster. But if nodes are bound to localhost and only port offset is used, they will make cluster.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jboss-jira mailing list