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/25 22:01:00 UTC

[jira] [Commented] (IMPALA-7353) Fix bogus too-high memory estimates

    [ https://issues.apache.org/jira/browse/IMPALA-7353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664331#comment-16664331 ] 

Tim Armstrong commented on IMPALA-7353:
---------------------------------------

DataSourceScanNode is the only one left per Bikram.

> Fix bogus too-high memory estimates
> -----------------------------------
>
>                 Key: IMPALA-7353
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7353
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Frontend
>            Reporter: Tim Armstrong
>            Assignee: Bikramjeet Vig
>            Priority: Major
>              Labels: resource-management
>
> Some operators have bogus memory estimates that are probably way too high. We should adjust them to be a little more realistic.
> E.g. in HBaseScanNode:
> {code}
>   @Override
>   public void computeNodeResourceProfile(TQueryOptions queryOptions) {
>     // TODO: What's a good estimate of memory consumption?
>     nodeResourceProfile_ =  ResourceProfile.noReservation(1024L * 1024L * 1024L);
>   }
> {code}



--
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