StatefulServiceDescription.QuorumLossWaitDuration 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 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
Azure SDK for .NET