OpenSearch/docs/reference
Boaz Leskes 26d71fe00e Reduce shard inactivity timeout to 5m
To better distribute the memory allocating to indexing, the IndexingMemoryController periodically checks the different shard for their last indexing activity. If no activity has happened for a while, the controller marks the shards as in active and allocated it's memory buffer budget (but a small minimal budget) to other active shards. The recently added synced flush feature (#11179, #11336) uses this inactivity trigger to attempt as a trigger to attempt adding a sync id marker (which will speed up future recoveries).

We wait for 30m before declaring a shard inactive. However, these days the operation just requires a refresh and is light. We can be stricter (and 5m) increase the chance a synced flush will be triggered.

Closes #11479
2015-06-04 00:23:14 +02:00
..
aggregations Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis spell correct and add single quotes 2015-05-26 11:41:19 +02:00
cat Removed `id_cache` from stats and cat apis. 2015-05-15 14:06:18 +02:00
cluster Removed `id_cache` from stats and cat apis. 2015-05-15 14:06:18 +02:00
docs Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
images Docs: Fix misplaced images in moving_avg docs 2015-05-27 16:13:36 -04:00
index-modules docs: added missing ids 2015-05-29 22:45:01 +02:00
indices Reduce shard inactivity timeout to 5m 2015-06-04 00:23:14 +02:00
mapping Date Parsing: Add parsing for epoch and epoch in milliseconds 2015-06-03 18:07:47 +02:00
migration Parent/child: refactored _parent field mapper and parent/child queries 2015-05-29 21:44:17 +02:00
modules Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
query-dsl Parent/child: refactored _parent field mapper and parent/child queries 2015-05-29 21:44:17 +02:00
search This commit removes the ability to use `filter` for PhraseSuggester collate. 2015-05-29 12:26:08 -04:00
setup add ability to prompt for selected settings on startup 2015-06-02 09:38:07 -04:00
testing [DOCS] added instructions on how to write parameterized tests 2015-03-19 12:43:51 +01: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 Docs: fix typo 2015-06-02 19:42:45 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Docs: Updated the experimental annotations in the docs as follows: 2015-04-26 18:49:15 +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 Mappings: Remove file based default mappings 2015-04-30 13:50:35 -07:00
modules.asciidoc Remove references to the thrift and memcached transport plugins 2015-03-19 20:49:58 +01:00
query-dsl.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
redirects.asciidoc Docs: Move the page on facets into redirects.asciidoc 2015-05-24 23:34:23 +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