Edit

Share via


ClusterMembershipOptions.LivenessEnabled Property

Definition

Gets or sets a value indicating whether to disable silo liveness protocol (should be used only for testing). If a silo is suspected to be down, but this attribute is set to false, the suspicions will not propagated to the system and enforced. This parameter is intended for use only for testing and troubleshooting. In production, liveness should always be enabled.

public bool LivenessEnabled { get; set; }
member this.LivenessEnabled : bool with get, set
Public Property LivenessEnabled As Boolean

Property Value

Liveness is enabled by default.

Applies to