Udostępnij za pośrednictwem


ReliableStateManagerReplicatorSettings.SecondaryClearAcknowledgedOperations Property

Definition

Gets or sets a flag, when true indicates the secondary replicator should clear the in-memory queue after acknowledging the operations to the primary (After the operations are flushed to disk). Default value is false. Settings this to "TRUE" can result in additional disk reads on the new primary, while catching up replicas after a failover.

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

Property Value

If the SecondaryClearAcknowledgedOperations option is enabled.

Applies to