ReplicatorSettings.MaxPrimaryReplicationQueueSize Property

Definition

Defines the maximum size of the primary replication operation queue inside FabricReplicator, which contains replication IOperations

public long? MaxPrimaryReplicationQueueSize { get; set; }
member this.MaxPrimaryReplicationQueueSize : Nullable<int64> with get, set
Public Property MaxPrimaryReplicationQueueSize As Nullable(Of Long)

Property Value

The maximum size of the primary replication operation queue inside FabricReplicator, which contains replication IOperations. The unit here is the number of operations in the queue.

Remarks

If this queue size is reached, then the Primary will begin seeing ReplicationQueueFull exceptions.

The default value is 1024 Note that values for this parameter must be a power of 2.

This setting is specific to the Replicator when the role of the service is Primary

Applies to