OpenSearch/x-pack/plugin
Yannick Welsch 64b31f44af No mapper service and index caches for replicated closed indices (#40423)
Replicated closed indices can't be indexed into or searched, and therefore don't need a shard with
full indexing and search capabilities allocated. We can save on a lot of heap memory for those
indices by not allocating a mapper service and caching infrastructure (which preallocates a constant
amount per instance). Before this change, a 1GB ES instance could host 250 replicated closed
metricbeat indices (each index with one shard). After this change, the same instance can host 7300
replicated closed metricbeat instances (not that this would be a recommended configuration). Most
of the remaining memory is in the cluster state and the IndexSettings object.
2019-03-27 19:04:24 +01:00
..
ccr Move TransportMessageListener to TransportService (#40474) 2019-03-27 09:24:20 -06:00
core Migrate Streamable to Writeable for WatchStatus (#37390) 2019-03-27 07:18:35 -07:00
data-frame Mute DataFrameTaskFailedStateIT.testFailureStateInteraction (#40544) 2019-03-27 17:39:44 +00:00
deprecation Only count some fields types for deprecation check (#40166) 2019-03-19 10:52:35 -06:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Maintain step order for ILM trace logging (#39522) 2019-03-07 11:37:58 -07:00
logstash Update logstash-management.json to use typeless template (#38653) (#39819) 2019-03-08 08:23:30 -06:00
ml [ML] Data Frame HLRC Get Stats API (#40443) 2019-03-26 11:17:13 +00:00
monitoring Expose external refreshes through the stats API (#38643) 2019-03-24 22:21:00 -04:00
rollup Fixed missed stopping of SchedulerEngine (#39193) 2019-02-21 14:31:33 -07:00
security No mapper service and index caches for replicated closed indices (#40423) 2019-03-27 19:04:24 +01:00
sql SQL: Fix getTime() methods in JDBC (#40484) 2019-03-27 17:14:08 +01:00
src/test [ML] Add data frame task state object and field (#40169) (#40490) 2019-03-27 06:53:58 -05:00
watcher Migrate Streamable to Writeable for WatchStatus (#37390) 2019-03-27 07:18:35 -07:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00