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

OOZIE-113: ${wf:lastErrorNode()} is not set when an action ends in error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • pre-Apache
    • None
    • None

    Description

      ActionEndCommand is done in.
      http://oozie-jira.hadoop.developer.yahoo.net/browse/OOZIE-101

      This bug is for ACtionEndXCommand:
      The ACtionEndXCommand logic currently invokes DagELFunctions.setActionInfo(wfInstance, action); first and then invokes executor.end(context, action);

      The problem is that until executor.end is invoked the action status is DONE, the executor.end method is responsible for converting the external status to OK/ERROR.

      The order of invocation of these 2 methods should be swapped.

      Attachments

        Activity

          People

            angeloh Angelo K. Huang
            angeloh Angelo K. Huang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: