From 21a28cff56a4a4a9708a6457d01388018ab4b212 Mon Sep 17 00:00:00 2001 From: Ankit Kala Date: Wed, 20 Mar 2024 20:19:34 +0530 Subject: [PATCH] Add documentation for retry settings for Remote reindex (#6726) * Add documentation for retry settings for Remote reindex Signed-off-by: Ankit Kala * Fixing the typo Signed-off-by: Ankit Kala * Addressing PR comments Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Ankit Kala --------- Signed-off-by: Ankit Kala Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _im-plugin/reindex-data.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_im-plugin/reindex-data.md b/_im-plugin/reindex-data.md index 2e3288087a..a766589b84 100644 --- a/_im-plugin/reindex-data.md +++ b/_im-plugin/reindex-data.md @@ -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