Skip to content

Commit

Permalink
Add documentation for retry settings for Remote reindex (opensearch-p…
Browse files Browse the repository at this point in the history
…roject#6726)

* Add documentation for retry settings for Remote reindex

Signed-off-by: Ankit Kala <[email protected]>

* Fixing the typo

Signed-off-by: Ankit Kala <[email protected]>

* Addressing PR comments

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
2 people authored and Prabhat Sharma committed Mar 22, 2024
1 parent c823293 commit ab1a490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _im-plugin/reindex-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Options | Valid values | Description | Required
`socket_timeout` | Time Unit | The wait time for socket reads (default 30s). | No
`connect_timeout` | Time Unit | The wait time for remote connection timeouts (default 30s). | No

The following table lists the retry policy cluster settings.

Setting | Description | Default value
:--- | :---
`reindex.remote.retry.initial_backoff` | The initial backoff time for retries. Subsequent retries will follow exponential backoff based on the initial backoff time. | 500 ms
`reindex.remote.retry.max_count` | The maximum number of retry attempts. | 15

## Reindex a subset of documents

Expand Down

0 comments on commit ab1a490

Please sign in to comment.