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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2023/01/16 01:45:00 UTC

[jira] [Updated] (IMPALA-11443) Possible overflow in SortNode.java

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

Quanlong Huang updated IMPALA-11443:
------------------------------------
    Affects Version/s: Impala 4.0.0

> Possible overflow in SortNode.java
> ----------------------------------
>
>                 Key: IMPALA-11443
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11443
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 4.0.0
>            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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org