elasticsearch/docs/reference
Shay Banon e598f16b58 Default delayed allocation timeout to 1m from 0
Change the default delayed allocation timeout from 0 (no delayed allocation) to 1m. The value came from a test of having a node with 50 shards being indexed into (so beefy translog requiring flush on shutdown), then shutting it down and starting it back up and waiting for it to join the cluster. This took, on a slow machine, about 30s.
The value is conservatively low and does not try to address a virtual machine / OS restart for now, in order to not have the affect of node going away and users being concerned that shards are not being allocated to the rest of the cluster as a result of that. The setting can always be changed in order to increase the delayed allocation if needed.
closes #12166
2015-07-14 11:31:16 +02:00
..
aggregations [DOCS] Fix link to serial_diff docs 2015-07-10 19:01:18 -04:00
analysis spell correct and add single quotes 2015-05-26 11:41:19 +02:00
cat Consolidate shard level abstractions 2015-06-24 15:18:04 +02:00
cluster Update OS stats 2015-07-08 17:48:10 +02:00
docs Add support for retrieving fields in bulk updates 2015-07-08 12:06:20 -04:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules Default delayed allocation timeout to 1m from 0 2015-07-14 11:31:16 +02:00
indices [DOCS] Simple patch to make creating aliases with glob patterns clearer 2015-07-10 18:58:28 +02:00
mapping Docfix: ignore_above uses string length, not utf-8 2015-07-10 18:47:21 +02:00
migration Merge pull request #11890 from jaymode/cors 2015-07-10 14:48:26 -04:00
modules Merge pull request #11890 from jaymode/cors 2015-07-10 14:48:26 -04:00
query-dsl Fixed typos in examples on common-terms-query.asciidoc. JSON was invalid before 2015-07-08 17:47:04 +02:00
search Merge pull request #12183 from erichard/patch-1 2015-07-10 19:15:56 +02:00
setup [DOCS] Clarify that non-_site plugins likely need upgrading 2015-07-09 10:56:31 -06:00
testing Replace references to ImmutableSettings with Settings 2015-06-24 14:54:53 +09:00
aggregations.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc API: Add response filtering with filter_path parameter 2015-05-26 13:51:04 +02:00
cat.asciidoc Cat API: Add wildcard support for header names 2015-05-27 16:09:31 +02:00
cluster.asciidoc Remove _shutdown API 2015-04-27 17:19:36 +02:00
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc Fix grammar 2015-07-08 18:21:03 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Docs: Updated the source field docs to remove deprecation of includes/excludes 2015-07-10 15:52:30 +02:00
index.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
indices.asciidoc [doc] remove reference to seal, was removed in #11336 2015-05-29 11:40:34 +02:00
mapping.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
modules.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
query-dsl.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
redirects.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
search.asciidoc [Docs] Fix minor spelling errors 2015-05-25 19:56:43 +02:00
setup.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00