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

Executing operator nodes cannot be cancelled #11

Open
fuersten opened this issue May 13, 2021 · 0 comments
Open

Executing operator nodes cannot be cancelled #11

fuersten opened this issue May 13, 2021 · 0 comments

Comments

@fuersten
Copy link
Owner

While executing, an operator node cannot be interrupted or cancelled. Currently, a node has always to finish it's complete processing before terminating. In order to be more responsive on processing ready situations like a limit operator having reached the limit and the ability to cancel a complete query, we have to be able to cancel the running execution of a node. The cancellation has then to be passed down to all dependent child nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant