Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-2001

Workflow re-runs doesn't update coord action status

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.2.0
    • None
    • None

    Description

      When a workflow is re-run, the corresponding coord action status is not updated and coord action stays in killed state. This gives wrong impression that coord action is not running which is not the case
      SignalXCommand:

              // Changing to synchronous call from asynchronous queuing to prevent
              // undue delay from between end of previous and start of next action
              if (wfJob.getStatus() != WorkflowJob.Status.RUNNING
                      && wfJob.getStatus() != WorkflowJob.Status.SUSPENDED) {
                  // only for asynchronous actions, parent coord action's external id will
                  // persisted and following update will succeed.
                  updateParentIfNecessary(wfJob);
                  new WfEndXCommand(wfJob).call(); // To delete the WF temp dir
              }
      

      Attachments

        1. rerun-0.patch
          21 kB
          Jaydeep Vishwakarma
        2. OOZIE-2001.patch
          21 kB
          Jaydeep Vishwakarma
        3. OOZIE-2001-v1.patch
          21 kB
          Jaydeep Vishwakarma
        4. OOZIE-2001-v2.patch
          12 kB
          Jaydeep Vishwakarma
        5. OOZIE-2001-v3.patch
          12 kB
          Jaydeep Vishwakarma
        6. OOZIE-2001-v4.patch
          19 kB
          Jaydeep Vishwakarma
        7. OOZIE-2001-v5.patch
          13 kB
          Jaydeep Vishwakarma
        8. OOZIE-2001-v6.patch
          13 kB
          Jaydeep Vishwakarma
        9. OOZIE-2001-v7.patch
          13 kB
          Jaydeep Vishwakarma

        Issue Links

          Activity

            People

              jaydeepvishwakarma Jaydeep Vishwakarma
              shwethags Shwetha GS
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: