Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-5
Description
Currently queries can get stuck in an uncancellable state, e.g. when blocking on function calls or condition variables without periodically checking for cancellation. We should eliminate all those calls and make sure we don't re-introduce such issues. One option would be a watchdog to check that each fragment instance regularly calls RETURN_IF_CANCEL.
Attachments
Issue Links
- is related to
-
IMPALA-7738 Implement timeouts for hdfsOpenFile() calls
- Resolved
- relates to
-
IMPALA-9124 Transparently retry queries that fail due to cluster membership changes
- In Progress