Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-747

Incorrect run order after rerunning killed actions

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: CDH 5.4.0
    • Fix Version/s: None
    • Component/s: Oozie
    • Labels:
      None

      Description

      Steps to reproduce:

      1. Unpack attached archive with modified oozie examples.
      Map reduce action was added to workflow examples/apps/cron/worflow.xml to see run order visually.

      2. Put workflow to hdfs:

      hadoop fs -put examples examples

      3. Run job:

      oozie job -oozie http://localhost:11000/oozie -config examples/apps/cron/job.properties -run

      Go to Hue Web UI coordinators:

      we get 6 killed actions (see in attachment "hue wb ui.png")

      http://<cloudera-host>:8888/oozie/list_oozie_coordinator/0000018-150814154624621-oozie-oozi-C/

      4. Rerun actions 1-4 with hue web ui. Check actions 1-4 and click "Rerun" button

      Actual:
      actions run in order 2,1,3,4 (see in attachment "hue wb ui4.png")
      Expected:
      actions should run in order 1,2,3,4 - the same order as during the first run.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              Loster83 Mikhail Chuikin
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: