Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-350

Not possible to "re-schedule" a process which failed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5
    • None
    • process
    • None

    Description

      When scheduling a process (with bin/falcon entity -schedule -type process -name my-process), and the bundle job fails in Oozie (for any reason), the process entity is in submitted status:

      bin/falcon entity -status -type process -name my-process
      default/SUBMITTED
      

      If we try to schedule it again:

      bin/falcon entity -schedule -type process -name my-process
      default/my-process(process) scheduled successfully
      

      we have "successfully", but the process is still in submitted status and nothing happens on Oozie (no new bundle job created):

      bin/falcon entity -status -type process -name my-process
      default/SUBMITTED
      

      The only way is to delete the process, submit it, and finally schedule it again.

      It would be great to add a "-force" option or try to force re-schedule when status is submitted.

      Thoughts ?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jbonofre Jean-Baptiste Onofré
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: