OpenSearch/modules
Martijn van Groningen c17de49a6d
[percolator] Fix memory leak when percolator uses bitset or field data cache.
The percolator doesn't close the IndexReader of the memory index any more.
Prior to 2.x the percolator had its own SearchContext (PercolatorContext) that did this,
but that was removed when the percolator was refactored as part of the 5.0 release.

I think an alternative way to fix this is to let percolator not use the bitset and fielddata caches,
that way we prevent the memory leak.

Closes #24108
2017-04-26 11:08:15 +02:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00
ingest-common Scripts: Remove unnecessary executable shortcut (#24264) 2017-04-21 17:53:03 -07:00
lang-expression Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
lang-mustache Templates: Add compileTemplate method to ScriptService for template consumers (#24280) 2017-04-24 15:45:20 -07:00
lang-painless Allow painless to load stored fields (#24290) 2017-04-24 14:22:39 -04:00
percolator [percolator] Fix memory leak when percolator uses bitset or field data cache. 2017-04-26 11:08:15 +02:00
reindex Scripts: Remove unwrap method from executable scripts (#24263) 2017-04-21 17:50:22 -07:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Fix incorrect logger invocation 2017-04-25 16:25:52 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00