-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rollup Jobs API to accommodate change to ES that allows starting a started job and stopping a stopped job. #38168
Update Rollup Jobs API to accommodate change to ES that allows starting a started job and stopping a stopped job. #38168
Conversation
Pinging @elastic/es-ui |
@@ -144,7 +135,7 @@ export function registerJobsRoute(server) { | |||
.then(() => ({ success: true })); | |||
} catch(err) { | |||
// There is an issue opened on ES to handle the following error correctly | |||
// https://github.com/elastic/elasticsearch/issues/39845 | |||
// https://github.com/elastic/elasticsearch/issues/42908 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to create a new issue here because it looks like the old one didn't capture this case.
💔 Build Failed |
💔 Build Failed |
@alisonelizabeth BTW if you test this locally you need to use a build of the latest master on ES. It looks like the daily builds are old, so |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested locally.
💔 Build Failed |
…ng a started job and stopping a stopped job.
fce9b09
to
5001a00
Compare
💚 Build Succeeded |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Fixes #25861. Corresponds to elastic/elasticsearch#41502.
To test:
Release note
The UI will no longer display an error if you try to start a started Rollup Job, or stop a stopped one.