OpenSearch/x-pack/plugin
Benjamin Trent 77bfb32635
[7.x] [ML] changing to not use global bulk indexing parameters in conjunction with add(object) calls (#62694) (#62784)
* [ML] changing to not use global bulk indexing parameters in conjunction with add(object) calls (#62694)

* [ML] changing to not use global bulk indexing parameters in conjunction with add(object) calls
 global parameters, outside of the global index, are ignored for internal callers in certain cases.
If the interal caller is adding requests via the following methods:
```
- BulkRequest#add(IndexRequest)
- BulkRequest#add(UpdateRequest)
- BulkRequest#add(DocWriteRequest)
- BulkRequest#add(DocWriteRequest[])
```
It is better to specifically set the desired parameters on the requests before they are added
to the bulk request object.

This commit addresses this issue for the ML plugin

* unmuting test
2020-09-22 15:07:08 -04:00
..
analytics Add field type for version strings (#59773) (#62692) 2020-09-21 14:25:42 +02:00
async [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
async-search Increase keep alive of point in time in async search tests (#62593) 2020-09-18 08:01:57 -04:00
autoscaling Autoscaling decision return absolute capacity (#61575) (#62670) 2020-09-19 09:05:23 +02:00
ccr [7.x] Add index.routing.allocation.include._tier_preference setting (#62589) (#62667) 2020-09-18 15:41:36 -06:00
core [7.x] [ML] changing to not use global bulk indexing parameters in conjunction with add(object) calls (#62694) (#62784) 2020-09-22 15:07:08 -04:00
data-streams [7.x] Add index.routing.allocation.include._tier_preference setting (#62589) (#62667) 2020-09-18 15:41:36 -06:00
deprecation [7.x] Fix projects that failed to build within Intellij (#62258) (#62408) 2020-09-17 17:45:12 -05:00
enrich Add Missing NamedWritable Registration for ExecuteEnrichPolicyStatus (#62364) (#62374) 2020-09-15 15:24:15 +02:00
eql EQL: Remove support for `=` for comparisons (#62756) (#62775) 2020-09-22 20:56:04 +02:00
frozen-indices Introduce point in time APIs in x-pack basic (#61062) 2020-09-10 19:25:47 -04:00
graph [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
identity-provider [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
ilm ILM: allow check-migration step to continue if tier setting unset (#62636) (#62724) 2020-09-21 20:40:01 +01:00
logstash Add refresh policy to logstash plugin write requests (#62583) (#62665) 2020-09-18 17:44:53 -04:00
mapper-constant-keyword Search - add case insensitive flag for "term" family of queries #61596 (#62661) 2020-09-22 13:56:51 +01:00
mapper-flattened Search - add case insensitive flag for "term" family of queries #61596 (#62661) 2020-09-22 13:56:51 +01:00
ml [7.x] [ML] changing to not use global bulk indexing parameters in conjunction with add(object) calls (#62694) (#62784) 2020-09-22 15:07:08 -04:00
monitoring [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
ql EQL: Use Point In Time inside sequences (#62276) 2020-09-15 15:40:03 +03:00
repositories-metering-api [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
rollup [7.x] Generalize AsyncTwoPhaseIndexer first phase (#61739) (#62482) 2020-09-17 11:57:22 +03:00
runtime-fields Search - add case insensitive flag for "term" family of queries #61596 (#62661) 2020-09-22 13:56:51 +01:00
search-business-rules [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
searchable-snapshots Add test for snapshot incrementality of snapshot-backed indices (#62641) 2020-09-21 12:06:47 +02:00
security Fix privilege requirement for CCS with Point In Time reader (#62261) (#62696) 2020-09-22 12:51:51 +10:00
spatial Implement fields fetch for runtime fields (backport of #61995) (#62416) 2020-09-15 20:24:10 -04:00
sql SQL: Implement FORMAT function (#55454) (#62701) 2020-09-21 19:22:04 +02:00
src EQL: Remove support for `=` for comparisons (#62756) (#62775) 2020-09-22 20:56:04 +02:00
stack [7.x] Add "synthetics-*-*" templates for synthetics fleet data (#62193) (#62346) 2020-09-14 17:14:34 -06:00
transform [7.x] Generalize AsyncTwoPhaseIndexer first phase (#61739) (#62482) 2020-09-17 11:57:22 +03:00
vectors Dense vector field type minor fixes (#62631) 2020-09-22 10:40:51 +02:00
versionfield Search - add case insensitive flag for "term" family of queries #61596 (#62661) 2020-09-22 13:56:51 +01:00
voting-only-node [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
watcher [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
wildcard Search - add case insensitive flag for "term" family of queries #61596 (#62661) 2020-09-22 13:56:51 +01:00
build.gradle [7.x] Fix projects that failed to build within Intellij (#62258) (#62408) 2020-09-17 17:45:12 -05:00