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

Statustransit service doesn't pick bundle with suspend status

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.3.0
    • None
    • None

    Description

       @NamedQuery(name = "GET_BUNDLE_IDS_FOR_STATUS_TRANSIT", query = "select DISTINCT w.id from BundleActionBean a , BundleJobBean w where a.lastModifiedTimestamp >= :lastModifiedTime and w.id = a.bundleId and (w.statusStr = 'RUNNING' OR w.statusStr = 'RUNNINGWITHERROR' OR w.statusStr = 'PAUSED' OR w.statusStr = 'PAUSEDWITHERROR' OR w.pending = 1)"),
      

      Can be reproduced easily.
      1. suspend coord, bundle goes to suspend by StatusTransitService.
      2. resume coord, bundle remains in suspend state.

      Attachments

        1. OOZIE-2228-V1.patch
          10 kB
          Purshotam Shah
        2. OOZIE-2228-V2.patch
          11 kB
          Purshotam Shah
        3. OOZIE-2228-V3.patch
          11 kB
          Purshotam Shah

        Activity

          People

            puru Purshotam Shah
            puru Purshotam Shah
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: