From c4ed4931e4bb533fb52f5151421d43b42d001620 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 26 Jan 2021 15:11:12 +0000 Subject: [PATCH] Drop gateway.recover_after_nodes from default conf 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. --- distribution/src/config/elasticsearch.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/distribution/src/config/elasticsearch.yml b/distribution/src/config/elasticsearch.yml index a87d7f70825ed..a59e9ccfff762 100644 --- a/distribution/src/config/elasticsearch.yml +++ b/distribution/src/config/elasticsearch.yml @@ -73,14 +73,6 @@ ${path.logs} # # For more information, consult the discovery and cluster formation module documentation. # -# ---------------------------------- Gateway ----------------------------------- -# -# Block initial recovery after a full cluster restart until N nodes are started: -# -#gateway.recover_after_nodes: 3 -# -# For more information, consult the gateway module documentation. -# # ---------------------------------- Various ----------------------------------- # # Require explicit names when deleting indices: