Opensearch 3.3 Documentation question

Versions (3.3.2):

  • indices.recovery.recovery_activity_timeout (Dynamic, time unit): Sets the timeout for individual recovery activities during shard recovery operations. If a recovery activity (such as transferring a file chunk) takes longer than this timeout, the recovery operation is considered failed and will be retried. Default is 30s

My cluster default settings are 30 Minutes and that’s what in the code on github too. So I guess the documentation is wrong ?

Best Regards

Axel

@awesterhold, I’ve double-checked in the fresh cluster and GitHub. That is correct, it’s 30m instead of 30s. It was always 30m.

I’ve created a PR in the OpenSearch Documentation GitHub

If you find similar documentation issues in the future, you can submit your change proposal by clicking on Edit this page in the bottom right corner of any documentation page and creating a PR.