Bug 1475190 - [GSS](6.4.z) jgroups port_range documentation (edit)
Summary: [GSS](6.4.z) jgroups port_range documentation (edit)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: sgilda
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-26 07:59 UTC by tmiyargi
Modified: 2020-09-10 11:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-04 21:52:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description tmiyargi 2017-07-26 07:59:19 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Administration_and_Configuration_Guide/index.html

Section Number and Name:
17.5.2. Configure the JGroups Subsystem to Use TCP 

Describe the issue: 

port_range is initialport + port_range, as explained here
http://www.jgroups.org/manual/html/user-advanced.html

Suggestions for improvement: 

Additionally, the description of the initial_hosts property in the EAP
documentation is incomplete/misleading:
"A comma-separated list of the hosts which are considered well-known,
and will be available to look up the initial membership."

The value of the initial_hosts property includes a host *and* port
using the syntax: host[port].  The port_range applies to each address
specified in initial_hosts.  The end result is that the port_range
effectively multiplies the set of potential initial members.
e.g.
if initial_hosts="host1[1000],host2[2000]" and port_range="2", TCPPING
will try to contact the following addresses when the channel is
connected:

host1:1000, host1:1001, host1:1002, host2:2000, host2:2001, host2:2002

Additional information:

Comment 2 sgilda 2017-11-13 21:21:59 UTC
This looks good to me. Marking it verified.

Comment 3 Christian Huffman 2017-12-04 21:52:24 UTC
The text for initial_hosts and port_range has been updated, and is available on the Customer Portal at the following link:

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html-single/administration_and_configuration_guide/#Configure_the_JGroups_Subsystem_to_Use_TCP


Note You need to log in before you can comment on or make changes to this bug.