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

Termination of long-running query executions #190

Open
hartig opened this issue May 17, 2022 · 1 comment
Open

Termination of long-running query executions #190

hartig opened this issue May 17, 2022 · 1 comment
Assignees

Comments

@hartig
Copy link
Member

hartig commented May 17, 2022

It would be useful for the engine to be able to terminate long-running query executions after a configurable amount of time. To achieve this we need two things:

  1. some approach to terminate an ongoing query execution in an orderly fashion (i.e., all the threads that where spawned by the execution and all elated CompletableFutures should be interrupted and terminated).
  2. a monitoring component that checks for long-running query executions and invokes the termination functionality for the ones that have reached the timeout limit.
@hartig
Copy link
Member Author

hartig commented Oct 10, 2022

A basis for the monitoring component may be the data structure considered in #95

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

No branches or pull requests

1 participant