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

concurrent select binary search explain string pattern match is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.9.0
    • Impala 3.0
    • Infrastructure
    • None
    • ghx-label-6

    Description

      The pattern match for finding a start point in the stress test's binary search was based on the explain output, and after memory reservations, was never updated. It had a silent failsafe path and chose the memory limit of impalad as a start point instead. This means the binary search, while known to take a long time, is certainly taking longer than it should.

      The current pattern is:

      MEM_ESTIMATE_PATTERN = re.compile(r"Estimated.*Memory=(\d+.?\d*)(T|G|M|K)?B")
      

      tarmstrong can you confirm we need to match on the second line here?

      Max Per-Host Resource Reservation: Memory=156.88MB
      Per-Host Resource Estimates: Memory=14.67GB
      

      Attachments

        Issue Links

          Activity

            People

              mikeb Michael Brown
              mikeb Michael Brown
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: