Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Later
-
Impala 2.5.0
-
None
-
None
Description
We already have a good mechanism for killing idle queries.
In some situations it would be nice to have a tool that kills active queries based on configurable rules, e.g. runtime or memory consumed goes over a limit.
A first approach could be a script using CM API calls impalaQueries and impalaQueries/cancel.
It would be nice though if the user who originally started the query would see a custom error message that describes why and who killed the query. This should also be stored in the profile.
Attachments
Issue Links
- is related to
-
IMPALA-6482 Add query option for query time limit
- Resolved
- relates to
-
IMPALA-6032 Configuration knobs to automatically reject and fail queries
- Open