Modifica

Condividi tramite


ClusterMembershipOptions.NumProbedSilos Property

Definition

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 10 other silos by default.

Remarks

This determines how many hosts each host will monitor by default. A low value, such as 3, is generally sufficient and allows for prompt removal of another silo in the event that it stops functioning. Monitoring is not expensive, however, and a higher value improves recovery during sudden changes in cluster size. 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.

Applies to