OpenSearch/modules
Tim Brooks 760ab726c2
Share netty event loops between transports (#56553)
Currently Elasticsearch creates independent event loop groups for each
transport (http and internal) transport type. This is unnecessary and
can lead to contention when different threads access shared resources
(ex: allocators). This commit moves to a model where, by default, the
event loops are shared between the transports. The previous behavior can
be attained by specifically setting the http worker count.
2020-05-11 15:43:43 -06:00
..
aggs-matrix-stats Expose agg usage in Feature Usage API (#55732) (#56048) 2020-04-30 12:53:36 -04:00
analysis-common Analysis enhancement - add preserve_original setting in ngram-token-filter (#55432) (#56100) 2020-05-04 11:31:28 +01:00
geo Add geo_shape mapper supporting doc-values in Spatial Plugin (#55037) (#55500) 2020-04-22 08:12:54 -07:00
ingest-common Ensure auto close of HTMLStripCharFilter in HtmlStripProcessor 2020-05-01 17:31:53 -05:00
ingest-geoip Upgrade to Jackson 2.10.4 (#56188) 2020-05-06 17:20:23 -04:00
ingest-user-agent Always use deprecateAndMaybeLog for deprecation warnings (#55319) 2020-04-23 09:20:54 +01:00
kibana Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
lang-expression Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
lang-mustache Move includeDataStream flag from IndicesOptions to IndexNameExpressionResolver.Context (#56151) 2020-05-04 22:38:33 +02:00
lang-painless Always use archive base name as the pom artifact id (#56447) (#56467) 2020-05-08 16:11:19 -07:00
mapper-extras Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
parent-join Save memory when numeric terms agg is not top (#55873) (#56454) 2020-05-08 20:38:53 -04:00
percolator Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
rank-eval [7.x] Lazy test cluster module and plugins (#54852) (#55087) 2020-04-13 10:53:35 -05:00
reindex Fix CancelTests#testDeleteByQueryCancelWithWorkers (#56242) 2020-05-06 09:55:40 -04:00
repository-url Rename MetaData to Metadata in all of the places (#54519) 2020-03-31 17:24:38 -04:00
systemd Encapsulate systemd extender 2020-04-20 21:17:42 -04:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Share netty event loops between transports (#56553) 2020-05-11 15:43:43 -06:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00