Skip to content

Commit 1b6b45b

Browse files
committed
Drop gateway.recover_after_nodes from default conf (#68000)
The `gateway.recover_after_nodes` setting is one of the lucky few that gets a mention in the default `elasticsearch.yml` config file. This setting was deprecated in favour of `gateway.recover_after_data_nodes` in #53646, but neither of these settings is really important enough to warrant a place in the default config so this commit removes it.
1 parent faf1920 commit 1b6b45b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

distribution/src/config/elasticsearch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ ${path.logs}
7373
#
7474
# For more information, consult the discovery and cluster formation module documentation.
7575
#
76-
# ---------------------------------- Gateway -----------------------------------
77-
#
78-
# Block initial recovery after a full cluster restart until N nodes are started:
79-
#
80-
#gateway.recover_after_nodes: 3
81-
#
82-
# For more information, consult the gateway module documentation.
83-
#
8476
# ---------------------------------- Various -----------------------------------
8577
#
8678
# Require explicit names when deleting indices:

0 commit comments

Comments
 (0)