-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[Transform] Shutdown the task immediately when force
== true
#100203
Conversation
force
== true
Pinging @elastic/ml-core (Team:ML) |
Hi @przemekwitek, I've created a changelog YAML for you. |
run elasticsearch-ci/part-2 |
...orm/src/main/java/org/elasticsearch/xpack/transform/action/TransportStopTransformAction.java
Show resolved
Hide resolved
...orm/src/main/java/org/elasticsearch/xpack/transform/action/TransportStopTransformAction.java
Show resolved
Hide resolved
@elasticmachine run elasticseach-ci/cloud-deploy |
@elasticmachine update branch |
run elasticsearch-ci/part-2 |
run elasticsearch-ci/part-2 |
run elasticsearch-ci/part-2 |
jenkins test this |
4 similar comments
jenkins test this |
jenkins test this |
jenkins test this |
jenkins test this |
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
…stic#100203) (cherry picked from commit 48e86ad)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…stic#100203) (cherry picked from commit 48e86ad)
It turns out force stopping a transform doesn't always remove the persistent task.
This PR ensures that the persistent task is removed ASAP as opposed to being removed in the listener on a separate thread.
Relates #99292