You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/10/30 17:48:00 UTC

[jira] [Updated] (IMPALA-3091) LLVM memory is not accounted for in query mem tracker

     [ https://issues.apache.org/jira/browse/IMPALA-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong updated IMPALA-3091:
----------------------------------
    Issue Type: Improvement  (was: Bug)

> LLVM memory is not accounted for in query mem tracker
> -----------------------------------------------------
>
>                 Key: IMPALA-3091
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3091
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 2.2
>            Reporter: Skye Wanderman-Milne
>            Priority: Minor
>              Labels: codegen, resource-management
>
> LLVM can use a lot of memory optimizing the module in pathological cases, which is only accounted for in the process mem tracker. For instance, the following query:
> {noformat}
> select * from functional_text_lzo.widetable_1000_cols;
> {noformat}
> Causes the process tracker to go to 3GB, while the query tracker reports almost nothing:
> {noformat}
> Process: Limit=12.44 GB Consumption=2.98 GB
>   RequestPool=default-pool: Consumption=16.02 KB
>     Query(2d44bf2d595eb55f:3641ee051e509f82) Limit: Consumption=16.02 KB
>       Fragment 2d44bf2d595eb55f:3641ee051e509f83: Consumption=8.00 KB
>         EXCHANGE_NODE (id=1): Consumption=0
>         DataStreamRecvr: Consumption=0
>       Block Manager: Limit=9.95 GB Consumption=0
>       Fragment 2d44bf2d595eb55f:3641ee051e509f84: Consumption=8.02 KB
>         HDFS_SCAN_NODE (id=0): Consumption=0
>         DataStreamSender: Consumption=16.00 B
> {noformat}
> This is related to IMPALA-967.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org