Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.3.0
-
None
-
ghx-label-7
Description
Proper cancellation wasn't ever implemented for this code path, so if the wait time is set high, threads can get blocked indefinitely even if the coordinator cancelled the query.
I don't think it's hard to do the right thing - signal the filter and wake up the thread when the finstance is cancelled.
Attachments
Issue Links
- blocks
-
IMPALA-8964 Increase runtime filter wait timeout for mt_dop
- Open