OpenSearch/x-pack/plugin/ml
Dimitris Athanasiou b9541eb3af
[7.x][ML] Make PUT data frame analytics action a master node action (… (#47433)
While it seemed like the PUT data frame analytics action did not
have to be a master node action as the config is stored in an index
rather than the cluster state, there are other subtle nuances which
make it worthwhile to convert it. In particular, it helps maintain
order of execution for put actions which are anyhow user driven and
are expected to have low volume.

This commit converts `TransportPutDataFrameAnalyticsAction` from
a handled transport action to a master node action.

Note this means that the action might fail in a mixed cluster
but as the API is still experimental and not widely used there will
be few moments more suitable to make this change than now.
2019-10-02 16:24:21 +03:00
..
licenses [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00
qa [7.x][ML] Restore analytics state if available (#47128) (#47393) 2019-10-02 10:24:05 +03:00
src [7.x][ML] Make PUT data frame analytics action a master node action (… (#47433) 2019-10-02 16:24:21 +03:00
build.gradle Enable XLint warnings for ML (#44346) 2019-07-18 09:33:37 +01:00