OpenSearch/docs/reference/ml
David Roberts 1421471556
[ML] Introduce a "starting" datafeed state for lazy jobs (#54065)
It is possible for ML jobs to open lazily if the "allow_lazy_open"
option in the job config is set to true.  Such jobs wait in the
"opening" state until a node has sufficient capacity to run them.

This commit fixes the bug that prevented datafeeds for jobs lazily
waiting assignment from being started.  The state of such datafeeds
is "starting", and they can be stopped by the stop datafeed API
while in this state with or without force.

Backport of #53918
2020-03-24 13:00:04 +00:00
..
anomaly-detection [DOCS] Fixes typo in start datafeed API docs. (#53811) 2020-03-19 17:56:40 +01:00
df-analytics/apis [7.x][ML] Adds the class_assignment_objective parameter to classification (#53552) 2020-03-13 17:35:51 +00:00
images [DOCS] Updates categorization examples with wizard screenshots (#51133) 2020-01-22 11:28:17 -08:00
ml-shared.asciidoc [ML] Introduce a "starting" datafeed state for lazy jobs (#54065) 2020-03-24 13:00:04 +00:00