Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.2
Description
The web UI currently has capability of cancelling queries e.g.
http://host:25000/cancel_query?query_id=e14891b21f661309:5ec9c6a31e4afc9a
It would be great to have similar for expiring sessions, e.g.:
http://host:25000/expire_session?session_id=a74520665455e8b9:e7f11bbd5ab47ead
This should have the same effect on the session as --idle_session_timeout kicking in.
This feature would be an alternative to --idle_session_timeout, allowing smarter instrumentation for handling session leaks.