]
Tristan Tarrant reassigned ISPN-12531:
--------------------------------------
Assignee: Tristan Tarrant
Support JGroups fix start port and port offset in the server for
FD_SOCK
------------------------------------------------------------------------
Key: ISPN-12531
URL:
https://issues.redhat.com/browse/ISPN-12531
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 11.0.5.Final, 12.0.0.Dev06
Reporter: Wolf-Dieter Fink
Assignee: Tristan Tarrant
Priority: Minor
As the server parameter '-o' can add a port offset to the jgroups.bind.port the
FD_SOCK port is not affected. Also the port is configured as random which is not ideal.
The legacy server used the socket-bindings to use a fixed start port (udp-fd=54200 and
tcp-fd=57800) and incremented the port if the port-offset was used.
This should be similar for the new jgroups configuration.