You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request and all versions that are affected.
We've introduced 2 new setting (for all newer versions starting with 2.13) which allows users to configure the retry mechanism for remote reindex.
reindex.remote.retry.initial_backoff: Backoff time for retries with default as 500ms. Subsequent retries will do exponential backoff based on initial backoff time.
reindex.remote.retry.max_count: Max retry count with default value of 15 retries
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
We've introduced 2 new setting (for all newer versions starting with
2.13
) which allows users to configure the retry mechanism for remote reindex.reindex.remote.retry.initial_backoff
: Backoff time for retries with default as500ms
. Subsequent retries will do exponential backoff based on initial backoff time.reindex.remote.retry.max_count
: Max retry count with default value of 15 retriesWhat other resources are available? Provide links to related issues, POCs, steps for testing, etc.
https://github.com/opensearch-project/OpenSearch/pull/12561/files
The text was updated successfully, but these errors were encountered: