]
Paul Ferraro updated WFLY-9521:
-------------------------------
Issue Type: Bug (was: Enhancement)
Optimize marshalling of org.wildfly.clustering.group.Node
implementations
-------------------------------------------------------------------------
Key: WFLY-9521
URL:
https://issues.jboss.org/browse/WFLY-9521
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The Node implementations currently serialize:
* org.jgroups.Address
* The logical name (typically a host name)
* The socket binding address/port of its transport
This is overkill. The Node should only need to serialize enough information to
reconstruct itself using a NodeFactory<Address>, which should only include:
* its Address
* something to minimally identify the NodeFactory<Address>, with which to use to
reconstruct the Node, e.g. a group name