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

Recovery service keeps on recovering coord action of suspended jobs

    XMLWordPrintableJSON

Details

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

    Description

               @NamedQuery(name = "GET_READY_ACTIONS_GROUP_BY_JOBID", query = "select a.jobId, min(a.lastModifiedTimestamp) from CoordinatorActionBean a where a.statusStr = 'READY' group by a.jobId having min(a.lastModifiedTimestamp) < :lastModifiedTime"),
      
              @NamedQuery(name = "GET_COORD_ACTIONS_WAITING_SUBMITTED_OLDER_THAN", query = "select a.id, a.jobId, a.statusStr, a.externalId, a.pushMissingDependencies from CoordinatorActionBean a where (a.statusStr = 'WAITING' OR a.statusStr = 'SUBMITTED') AND a.lastModifiedTimestamp <= :lastModifiedTime"),
      
      

      Even if job is suspended, Recovery service will keep on queuing ready, waiting, ready command.

      Attachments

        1. OOZIE-2348-V1.patch
          17 kB
          Purshotam Shah
        2. OOZIE-2348-V2.patch
          18 kB
          Purshotam Shah
        3. OOZIE-2348-V2.patch
          26 kB
          Purshotam Shah
        4. amend-OOZIE-2348-V1.patch
          2 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: