[
https://issues.jboss.org/browse/WFLY-5705?page=com.atlassian.jira.plugin....
]
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)