OpenSearch/x-pack/plugin
Martijn van Groningen f8ebb75fcf
Reuse OperationRouting#searchShards(...) to select local enrich shard (#47359)
The currently logic shard selecting logic selects a random shard copy
instead of selecting the local shard copy and if local copy is not
available then selecting a random shard copy. The latter is desired
behaviour for enrich.

By reusing `OperationRouting#searchShards(...)` we get the desired
behaviour and reuse the same logic that the search api is using.
2019-10-09 17:31:43 +02:00
..
analytics Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ccr Fail earlier Put Follow requests for closed leader indices (#47637) 2019-10-07 13:59:04 +02:00
core Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-09 09:06:13 +02:00
deprecation Add migration tool checks for `_field_names` disabling (#46972) 2019-09-25 10:15:10 +02:00
enrich Reuse OperationRouting#searchShards(...) to select local enrich shard (#47359) 2019-10-09 17:31:43 +02:00
frozen-indices Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
graph Fix XPackPlugin usages in tests (#47252) 2019-10-02 12:36:02 +02:00
ilm Separate SLM stop/start/status API from ILM (#47710) 2019-10-08 17:21:38 -06:00
logstash
mapper-flattened Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ml [7.x][ML] Unwrap exception causes before calling instanceof (#47676) (#47724) 2019-10-08 16:02:47 +03:00
monitoring Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-07 10:07:56 +02:00
rollup Convert most awaitBusy calls to assertBusy (#45794) (#47112) 2019-09-29 12:21:46 +01:00
search-business-rules Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
security Add 'create_doc' index privilege (#45806) (#47645) 2019-10-07 23:58:44 +11:00
spatial Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
sql Convert RunTask to use testclusers, remove ClusterFormationTasks (#47572) 2019-10-08 14:43:29 +03:00
src/test Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-09 09:06:13 +02:00
transform [Transform] move root endpoint to _transform with BWC layer (#47127) (#47682) 2019-10-08 08:59:01 +02:00
vectors Fix XPackPlugin usages in tests (#47252) 2019-10-02 12:36:02 +02:00
voting-only-node Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
watcher Watcher - catch uncaught exception. (#47680) (#47695) 2019-10-07 15:45:45 -05:00
build.gradle Convert RunTask to use testclusers, remove ClusterFormationTasks (#47572) 2019-10-08 14:43:29 +03:00