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

LLVM CodeGen performanc​e reduced

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • Impala 2.0, Impala 2.2
    • None
    • Backend
    • None

    Description

      when impala running about 3 months,the same sql will become slowly.

      According to the profile,i see the compile_timer_ take about 2m32s.

      The code detail is below.
      SCOPED_TIMER(compile_timer_);
      // JIT compile all codegen'd functions
      for (int i = 0; i < fns_to_jit_compile_.size(); ++i)

      { *fns_to_jit_compile_[i].second = JitFunction(fns_to_jit_compile_[i].first); }

      If reboot the impala,CodeGen performance will normal.

      Attachments

        1. report.rar
          519 kB
          seven chen
        2. profile.jpg
          57 kB
          seven chen

        Activity

          People

            Unassigned Unassigned
            seven chen_impala_4a5a seven chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: