OpenSearch/modules
Tim Brooks 790f8102e9
Modify `BigArrays` to take name of circuit breaker (#36461)
This commit modifies BigArrays to take a circuit breaker name and
the circuit breaking service. The default instance of BigArrays that
is passed around everywhere always uses the request breaker. At the
network level, we want to be using the inflight request breaker. So this
change will allow that.

Additionally, as this change moves away from a single instance of
BigArrays, the class is modified to not be a Releasable anymore.
Releasing big arrays was always dispatching to the PageCacheRecycler,
so this change makes the PageCacheRecycler the class that needs to be
managed and torn-down.

Finally, this commit closes #31435 be making the serialization of
transport messages use the inflight request breaker. With this change,
we no longer push the global BigArrays instnace to the network level.
2018-12-11 11:55:41 -07:00
..
aggs-matrix-stats Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
analysis-common Deprecate types in explain requests. (#35611) 2018-12-10 19:45:13 -08:00
ingest-common ingest: support default pipeline through an alias (#36231) 2018-12-05 16:25:50 -06:00
lang-expression Upgrade to Lucene-8.0.0-snapshot-ef61b547b1 (#36450) 2018-12-10 16:33:49 -05:00
lang-mustache For msearch templates, make sure to use the right name for deprecation logging. (#36344) 2018-12-07 14:50:47 -08:00
lang-painless [Painless] Add extensive tests for def to primitive casts (#36455) 2018-12-11 08:03:08 -08:00
mapper-extras Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
parent-join Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
percolator Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
rank-eval Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
reindex Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
repository-url Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
transport-netty4 Modify `BigArrays` to take name of circuit breaker (#36461) 2018-12-11 11:55:41 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00