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

Handle the case where there is no fragment scheduled on the coordinator for a query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Product Backlog
    • Impala 3.4.0
    • None
    • None
    • ghx-label-5

    Description

      For insert statements executed on a dedicated coord, the fragments get schduled only on executors but a query state object still gets started up on the coord host with the coord_mem_limit. we end up with a situation where the mem admitted is zero for the coord but the mem_reserved is non-zero which would affect other admission decisions.

      There is also a case where there is no coordinator fragment but the execution fragment gets scheduled on the coord (eg. insert into <tbl> values....) for this case, the mem admitted is per_backend_mem_limit_ but the mem limit applied to the coord query state is coord_backend_mem_limit_ which again causes a inconsistency.

      Attachments

        Activity

          People

            bikramjeet.vig Bikramjeet Vig
            bikramjeet.vig Bikramjeet Vig
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: