-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[ML] Job in Index Feature: TransportJobTaskAction no longer detects unknown jobs #34747
Copy link
Copy link
Open
Labels
Description
TransportJobTaskAction checks the cluster state for the job configuration before looking for the job's persistent task. If the config cannot be found a missing jobs exception is thrown so all actions that extend TransportJobTaskAction automatically get job exists checking. With the change to move the config the job check has to be removed so in the case of an unknown job the error will be cannot perform action X as the job is not open, then of course opening the job would return the job not found error.
Discuss
Error messages are not part of the rest specification so is this considered a breaking change. Is the new behaviour acceptable or can anyone see a workaround?
The actions that extend TransportJobTaskAction and hence are affected are:
- TransportFlushJobAction
- TransportForecastJobAction
- TransportPostDataAction
- TransportUpdateProcessAction (internal)
- TransportPersistJobAction (internal)
- TransportKillProcessAction (internal)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.