OpenSearch/modules
Nik Everett 78bb56671e Fix reindex from remote clearing scroll (#22525)
Reindex-from-remote had a race when it tried to clear the scroll. It
first starts the request to clear the scroll and then submits a task
to the generic threadpool to shutdown the client. These two things
race and, in my experience, closing the scroll generally loses. That
means that most of the time reindex-from-remote isn't clearing the
scrolls that it uses. This isn't the end of the world because we
flush old scroll contexts after a while but this isn't great.

Noticed while experimenting with #22514.
2017-01-10 10:30:23 -05:00
..
aggs-matrix-stats remove unused ParseFieldMatcher imports/arguments 2017-01-05 19:33:04 +01:00
ingest-common fix index out of bounds error in KV Processor (#22288) 2016-12-27 10:57:11 -08:00
lang-expression Upgrade to lucene-6.4.0-snapshot-084f7a0. (#22413) 2017-01-04 19:03:52 +01:00
lang-mustache Replace Suggesters with namedObject (#22491) 2017-01-09 16:51:08 -05:00
lang-painless Fix some issues with painless's strings (#22393) 2017-01-06 11:35:22 -05:00
percolator percolator: remove deprecated percolate and mpercolate apis 2017-01-10 11:18:27 +01:00
reindex Fix reindex from remote clearing scroll (#22525) 2017-01-10 10:30:23 -05:00
transport-netty4 Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions (#22287) 2017-01-04 14:38:51 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00