You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
a monitoring component that checks for long-running query executions and invokes the termination functionality for the ones that have reached the timeout limit.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: