Skip to content
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

[8.x] Fix ESQL async get while task is being cancelled (#119897) #119906

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Jan 9, 2025

Backports the following commits to 8.x:

ES|QL and EQL async queries do not store the initial response in the
async index. This means that async-get should retrieve results from the
task, not the async index, when the query task is being canceled, as no
document exists there.
@dnhatn dnhatn added :Analytics/ES|QL AKA ESQL >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Jan 9, 2025
@elasticsearchmachine elasticsearchmachine merged commit be0ea55 into elastic:8.x Jan 9, 2025
15 checks passed
@dnhatn dnhatn deleted the backport/8.x/pr-119897 branch January 9, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants