Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-1
Description
The stress test currently detects whether a query spilled to disk or not. However, it doesn't detect other code paths that are triggered by memory pressure, e.g. an aggregation passing through all of its rows.
It's not clear to me exactly what the right thing to do here is, but it might be useful to change the reporting or behaviour here, particularly since as part of IMPALA-3200 we're not reserving any memory for passthrough aggregations.
Attachments
Issue Links
- relates to
-
IMPALA-5713 Consider always reserving memory for grouping pre-aggregations
- Resolved