Skip to content

Commit

Permalink
chore(docs): update documentation for #687
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored and github-actions[bot] committed Jan 28, 2025
1 parent 8a8e165 commit 3376f14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/managed_database_opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ Optional Attributes:

Optional Attributes:

- `pressure.checkpoint.limit` (Number) The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints.
- `pressure.enabled` (Boolean) Enables the segment replication backpressure mechanism. Default is false.
- `pressure.replica.stale.limit` (Number) The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group.
- `pressure.time.limit` (String) The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes.
- `pressure_checkpoint_limit` (Number) The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints.
- `pressure_enabled` (Boolean) Enables the segment replication backpressure mechanism. Default is false.
- `pressure_replica_stale_limit` (Number) The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group.
- `pressure_time_limit` (String) The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes.


<a id="nestedblock--properties--shard_indexing_pressure"></a>
Expand Down

0 comments on commit 3376f14

Please sign in to comment.