Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.10.0
-
None
-
ghx-label-9
Description
A recent investigation into a flaky test, IMPALA-5708, brought up the issue that the exec summary may not always be filled in for certain queries, even if the query is FINISHED.
For example, a query with a limit or subquery that internally cancels some fragments because they are no longer needed may never update the exec summary with info from those fragments.
We should investigate what guarantees we can make about when the exec summary will be present and add automated tests to check these guarantees.
Attachments
Issue Links
- is related to
-
IMPALA-341 Remote profiles may be ignored by coordinator if query has a limit
- Resolved
- relates to
-
IMPALA-6984 Coordinator should cancel backends when returning EOS
- Reopened
-
IMPALA-6742 Profiles of running queries should include execution summary
- Resolved