Adding documentation for behavior of indices.recovery.max_bytes_per_sec set to 0mb or less#3649
Conversation
…and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves opensearch-project#3648 Signed-off-by: AmiStrn <123amitai@gmail.com>
|
@hdhalter @Naarcha-AWS @dtaivpp who reviews PRs for this repo? |
|
@nknize do you think this can be categorized as a bug in the core project? |
@AmiStrn: That would be anyone on the documentation team listed here. I'm taking a look now. |
Naarcha-AWS
left a comment
There was a problem hiding this comment.
Adding additional context based on your issue. Feel free to tweak as needed.
| | action.destructive_requires_name | Boolean | When set to `true`, you must specify the index name to delete an index. You cannot delete all indexes or use wildcards. Default is `true`. | | ||
| | cluster.indices.close.enable | Boolean | Enables closing of open indexes in OpenSearch. Default is `true`. | | ||
| | indices.recovery.max_bytes_per_sec | String | Limits the total inbound and outbound recovery traffic for each node. This applies to peer recoveries and snapshot recoveries. Default is `40mb`. | | ||
| | indices.recovery.max_bytes_per_sec | String | Limits the total inbound and outbound recovery traffic for each node. This applies to peer recoveries and snapshot recoveries. Default is `40mb`. Setting to values less than or equal to `0mb` will result in disabling this rate limiting. | |
There was a problem hiding this comment.
| | indices.recovery.max_bytes_per_sec | String | Limits the total inbound and outbound recovery traffic for each node. This applies to peer recoveries and snapshot recoveries. Default is `40mb`. Setting to values less than or equal to `0mb` will result in disabling this rate limiting. | | |
| | indices.recovery.max_bytes_per_sec | String | Limits the total inbound and outbound recovery traffic for each node. This applies to peer recoveries and snapshot recoveries. Default is `40mb`. If you set the recovery traffic value to less than or equal to `0mb`, rate limiting will be disabled, which causes recovery data to be transferred at the highest possible rate. | |
There was a problem hiding this comment.
I'll make a commit via my fork. If i commit from here it will cause dco issues.
Thanks for the input.
Thanks for taking a look @Naarcha-AWS |
Signed-off-by: AmiStrn <123amitai@gmail.com>
…ec set to `0mb` or less (#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com> (cherry picked from commit b6763b1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com> (cherry picked from commit b6763b1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com> (cherry picked from commit b6763b1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) (#3670) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 * Modifying the proposal based on maintainers input. --------- (cherry picked from commit b6763b1) Signed-off-by: AmiStrn <123amitai@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) (#3669) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 * Modifying the proposal based on maintainers input. --------- (cherry picked from commit b6763b1) Signed-off-by: AmiStrn <123amitai@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) (#3668) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 * Modifying the proposal based on maintainers input. --------- (cherry picked from commit b6763b1) Signed-off-by: AmiStrn <123amitai@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ec set to `0mb` or less (#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com>
…ec set to `0mb` or less (#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves #3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com>
…ec set to `0mb` or less (opensearch-project#3649) * After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info. Resolves opensearch-project#3648 Signed-off-by: AmiStrn <123amitai@gmail.com> * Modifying the proposal based on maintainers input. Signed-off-by: AmiStrn <123amitai@gmail.com> --------- Signed-off-by: AmiStrn <123amitai@gmail.com>
After a lovely surprise when trying to limit the recovery completely and discovering the opposite was happening I see we need the documentation to include this nice extra info.
Description
missing documentation for setting
indices.recovery.max_bytes_per_secto0mbor less.Issues Resolved
Resolves #3648
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.