Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1935

Some Tasks don't work after they become TA_ASSIGNED

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.10.1
    • 0.12.0, 0.11.1
    • QueryMaster
    • None

    Description

      The query is like following :

      insert overwrite into lineitem_tmp
      select
        l_partkey as t_partkey, 0.2 * avg(l_quantity) as t_avg_quantity
      from
        lineitem
      group by l_partkey;
      

      It is from query #17 of TPC-H.

      From eb2, only 2 tasks were not running after TA_ASSIGNED and query was in infinite loop.
      It ran on TPC-H 10TB.

      Corresponding web pages and log are attached.

      Attachments

        1. screenshots.zip
          91 kB
          Jongyoung Park
        2. issue_log.tar.gz
          6.80 MB
          Jongyoung Park

        Activity

          People

            jhkim Jinho Kim
            eminency Jongyoung Park
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: