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

Quanlong Huang updated IMPALA-11443:
------------------------------------
    Fix Version/s: Impala 4.1.1

> Possible overflow in SortNode.java
> ----------------------------------
>
>                 Key: IMPALA-11443
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11443
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Daniel Becker
>            Priority: Major
>             Fix For: Impala 4.2.0, Impala 4.1.1
>
>
> At line
> https://github.com/apache/impala/blob/d029ae53676c8637bc4f56b80b331920c8289108/fe/src/main/java/org/apache/impala/planner/SortNode.java#L514
> the following precondition check was triggered in ResourceProfileBuilder:
> {code:java}
> Preconditions.checkState(memEstimateBytes_ >= 0, "Mem estimate must be set");
> {code}
> See 
> https://github.com/apache/impala/blob/d029ae53676c8637bc4f56b80b331920c8289108/fe/src/main/java/org/apache/impala/planner/ResourceProfileBuilder.java#L79
> This may be due to corrupt statistics but further investigation is necessary.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to