Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-5314

Abort method is not implemented in PigProcessor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.18.0
    • None
    • None
    • Reviewed

    Description

      Found a hung job caused by a task stuck in a infinite loop in the
      https://github.com/apache/pig/blob/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/runtime/PigProcessor.java#L308-L310

      2017-11-08 23:23:47,904 [INFO] [TezChild] |task.TezTaskRunner2|: returning canCommit=false since task is not in a running state
      

      The task runner keeps returning false for canCommit because task abort has been already called which Pig ignored.

      Attachments

        1. PIG-5314-3.patch
          2 kB
          Satish Saley
        2. PIG-5314-2.patch
          1 kB
          Satish Saley
        3. PIG-5314-1.patch
          2 kB
          Satish Saley

        Activity

          People

            satishsaley Satish Saley
            rohini Rohini Palaniswamy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: