ReliableStateManagerReplicatorSettings.SecondaryClearAcknowledgedOperations 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 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.