Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.1
-
None
-
None
Description
The scanners only release IO buffers when they have produced rows, so running a very selective query over a large table causes the scanners to accumulate many IO buffers that aren't actually being used. Scanners should release IO buffers periodically regardless of how many rows were produced.