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

EQL: Make EQL search task cancellable (#54598) #54823

Merged
merged 2 commits into from
Apr 6, 2020

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Apr 6, 2020

First step towards async search execution. At the moment we don't try to cancel
the underlying search requests, and just check if the task is canceled before
performing network operation (such as field caps and search)

Relates to #49638

First step towards async search execution. At the moment we don't try to cancel
the underlying search requests, and just check if the task is canceled before
performing network operation (such as field caps and search)

Relates to elastic#49638
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/EQL)

@imotov imotov merged commit 1aa87cd into elastic:7.x Apr 6, 2020
@imotov imotov deleted the issue-49638-make-eql-cancellable-7.x branch May 1, 2020 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants