Skip to content

Commit 2aa2208

Browse files
Remove gateway recover after nodes setting (#11596) (#11597)
1 parent e46ffcc commit 2aa2208

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_install-and-configure/configuring-opensearch/discovery-gateway-settings.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ The following discovery settings are for expert-level configuration. **Warning**
7979

8080
The local gateway stores on-disk cluster state and shard data that is used when a cluster is restarted. The following local gateway settings are supported:
8181

82-
- `gateway.recover_after_nodes` (Static, integer): The minimum number of total nodes for any role that must be running after a full cluster restart before recovery can begin.
83-
- **Default**: `0` (disabled)—recovery can start as soon as a cluster forms.
84-
- **Recommendation**: Set to slightly over half of the number of all expected nodes so that the cluster doesn't start recovering with too few nodes.
85-
8682
- `gateway.recover_after_data_nodes` (Static, integer): The minimum number of data nodes that must be running after a full cluster restart before recovery can begin.
8783
- **Default**: `0`
8884
- **Recommendation**: Set to a significant portion of the data nodes—approximately 50–70% of the total data nodes—to avoid premature recovery.

0 commit comments

Comments
 (0)