Skip to content

Commit

Permalink
Add documentation for retry settings for Remote reindex (#6726)
Browse files Browse the repository at this point in the history
* 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
ankitkala and kolchfa-aws authored Mar 20, 2024
1 parent 3a2af65 commit 21a28cf
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 21a28cf

Please sign in to comment.