ClusterMembershipOptions.NumProbedSilos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of silos each silo probes for liveness.
public int NumProbedSilos { get; set; }
member this.NumProbedSilos : int with get, set
Public Property NumProbedSilos As Integer
Property Value
Each silo will actively monitor up to three other silos by default.
Remarks
This determines how many hosts each host will monitor by default. A low value, such as the default value of three, is generally sufficient and allows for prompt removal of another silo in the event that it stops functioning. When a silo becomes suspicious of another silo, additional silos may begin to probe that silo to speed up the detection of non-functioning silos.