JGroups Protocols Discovery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
==num_initial_members== | ==num_initial_members== | ||
Minimum number of initial members to get a response from. | |||
It is recommended that <tt>num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size. | It is recommended that <tt>num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size. |
Latest revision as of 05:34, 24 February 2016
Internal
Overview
Discovery is the superclass for all discovery protocols. Its properties can be used in any subclass.
Configuration
num_initial_members
Minimum number of initial members to get a response from.
It is recommended that num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size.