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 "Greg Rahn (JIRA)" <ji...@apache.org> on 2019/08/08 19:05:00 UTC

[jira] [Comment Edited] (IMPALA-8849) IllegalStateException in HashJoinNode because of missing memory limit

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

Greg Rahn edited comment on IMPALA-8849 at 8/8/19 7:04 PM:
-----------------------------------------------------------

IIRC it reproed with or without stats
First was discovered using:
{{noformat}}
cd /tmp
curl -ROL https://www.dropbox.com/s/bd6jm1nyis2onwv/sf1.zip
unzip sf1.zip
hdfs dfs -put sf1 /tmp
curl -ROL https://gist.githubusercontent.com/gregrahn/9c731947643be2817fc5048135a1420f/raw/25d908e4d7452f4c92a51b7cf0ea78880cdc9a23/tpcds-impala-date.ddl
impala-shell -f tpcds-impala-date.ddl
curl -ROL https://raw.githubusercontent.com/cloudera/impala-tpcds-kit/master/queries/query4.sql
impala-shell -d tpcds -f query4.sql
{{noformat}}


was (Author: grahn):
IIRC it reproed with or without stats

> IllegalStateException in HashJoinNode because of missing memory limit
> ---------------------------------------------------------------------
>
>                 Key: IMPALA-8849
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8849
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.3.0
>            Reporter: Tim Armstrong
>            Assignee: Tim Armstrong
>            Priority: Blocker
>         Attachments: query4.sql
>
>
> [~grahn] reports the below error when running the attached TPC-DS query on uncompressed text with stats.
> {noformat}
> I0808 03:27:16.621085 150090 jni-util.cc:288] 8945e9f76f33dca0:8bf31c4700000000] java.lang.IllegalStateException: Mem estimate must be set
>     at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
>     at org.apache.impala.planner.ResourceProfileBuilder.build(ResourceProfileBuilder.java:73)
>     at org.apache.impala.planner.HashJoinNode.computeNodeResourceProfile(HashJoinNode.java:252)
>     at org.apache.impala.planner.PlanFragment.computeResourceProfile(PlanFragment.java:238)
>     at org.apache.impala.planner.Planner.computeResourceReqs(Planner.java:416)
>     at org.apache.impala.service.Frontend.createExecRequest(Frontend.java:1162)
>     at org.apache.impala.service.Frontend.getPlannedExecRequest(Frontend.java:1477)
>     at org.apache.impala.service.Frontend.doCreateExecRequest(Frontend.java:1341)
>     at org.apache.impala.service.Frontend.getTExecRequest(Frontend.java:1236)
>     at org.apache.impala.service.Frontend.createExecRequest(Frontend.java:1206)
>     at org.apache.impala.service.JniFrontend.createExecRequest(JniFrontend.java:154)
> I0808 03:27:16.621861 150090 status.cc:124] 8945e9f76f33dca0:8bf31c4700000000] IllegalStateException: Mem estimate must be set
>     @           0xb9af99
>     @          0x11f785e
>     @          0x10ab9a3
>     @          0x10d0f54
>     @          0x10e2a2c
>     @          0x1125f8d
>     @          0x1458c54
>     @          0x145810c
>     @           0xb68769
>     @           0xf91ca0
>     @           0xf8791e
>     @           0xf887b1
>     @          0x127cd2f
>     @          0x127d8d9
>     @          0x1ac0709
>     @     0x7f11ea4d7dd4
>     @     0x7f11e6f1e02c
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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