OpenSearch/modules
Nik Everett 78ab6c5b7f [reindex] Dynamic throttle!
This allows the user to update the reindex throttle on the fly, with changes
that speed up the throttling being applied immediately and changes that
slow down the throttling being applied during the next batch. This means
that if a user throttles reindex in such a way that it tries to sleep for
16 years and then realizes that they've done something wrong then they
can change the throttle and reindex will wake up again. We don't apply
slow downs immediately so we never get in danger of losing the scan context.

Also, if reindex is canceled while it is sleeping (how it honor throttling)
then it'll immediately wake up and cancel itself.
2016-03-30 16:40:42 -04:00
..
ingest-grok Handle regex parsing errors in Gsub and Grok Processors 2016-03-22 15:06:29 -07:00
lang-expression Disable fielddata on text fields by defaults. #17386 2016-03-30 14:35:32 +02:00
lang-groovy Merge pull request #17394 from camilojd/refactor/replace-getrandom 2016-03-30 08:58:21 -04:00
lang-mustache Remove PROTOTYPEs from suggesters 2016-03-29 17:55:01 -04:00
lang-painless Disable fielddata on text fields by defaults. #17386 2016-03-30 14:35:32 +02:00
reindex [reindex] Dynamic throttle! 2016-03-30 16:40:42 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00