Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 1.2
-
None
Description
When I set the scan range length to 2 bytes and queried a 200MB table, the frontend churned for several minutes (during which time I could not cancel the query) before the JVM ran out of memory and took down the impalad process. It would be nice if the frontend could somehow bail in this situation, or at least be cancellable. This is an extreme case and I'm not sure at what point the FE falls over, but this could theoretically be an issue with a sane scan range length and many files (or just a huge amount of data).