Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11443

Possible overflow in SortNode.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 4.0.0
    • Impala 4.2.0, Impala 4.1.1
    • Frontend
    • None
    • ghx-label-9

    Description

      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:

      Preconditions.checkState(memEstimateBytes_ >= 0, "Mem estimate must be set");
      

      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.

      Attachments

        Issue Links

          Activity

            People

              csringhofer Csaba Ringhofer
              daniel.becker Daniel Becker
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: