Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 0.7
-
None
-
None
Description
We changed how row batches when row batches are used from the scanner threads to the scan node. They used to be pushed eagerly, causing row batches which have few tuples. Now they are pushed when the row batch is full, accumulating external (mem pool, io buffers) until they are full. For queries that return very few rows, the accumulated resources cause excessive resource usage.