Add opening state to Job states (elastic/x-pack-elasticsearch#2317)

Also updated open state to opened.

Original commit: elastic/x-pack-elasticsearch@663d95db1a
This commit is contained in:
Russ Cam 2017-11-24 22:29:06 +11:00 committed by David Roberts
parent 4fe9ac734b
commit e4e8870b13
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ progress of a job.
`state`:: `state`::
(string) The status of the job, which can be one of the following values: (string) The status of the job, which can be one of the following values:
`open`::: The job is available to receive and process data. `opened`::: The job is available to receive and process data.
`closed`::: The job finished successfully with its model state persisted. `closed`::: The job finished successfully with its model state persisted.
The job must be opened before it can accept further data. The job must be opened before it can accept further data.
`closing`::: The job close action is in progress and has not yet completed. `closing`::: The job close action is in progress and has not yet completed.
@ -40,6 +40,7 @@ progress of a job.
This situation can occur due to invalid input data. This situation can occur due to invalid input data.
If the job had irrevocably failed, it must be force closed and then deleted. If the job had irrevocably failed, it must be force closed and then deleted.
If the {dfeed} can be corrected, the job can be closed and then re-opened. If the {dfeed} can be corrected, the job can be closed and then re-opened.
`opening`::: The job open action is in progress and has not yet completed.
[float] [float]
[[ml-datacounts]] [[ml-datacounts]]