Share via


StatefulServiceDescription.QuorumLossWaitDuration Property

Definition

Gets or sets the maximum duration, for which a partition is allowed to be in a state of quorum loss.

public TimeSpan? QuorumLossWaitDuration { get; set; }
member this.QuorumLossWaitDuration : Nullable<TimeSpan> with get, set
Public Property QuorumLossWaitDuration As Nullable(Of TimeSpan)

Property Value

The wait duration as a TimeSpan object.

Remarks

If the partition is still in quorum loss after this duration, Service Fabric will recover the partition from the quorum loss by considering the down replicas as lost. Note that this can potentially incur data loss. The default value is Infinity and it is not recommended to change this value.

Applies to