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

Coordinator rerun should start actions in action id order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0b1
    • None
    • None

    Description

      Currently when we do the following:

      $oozie job -rerun 0000003-170102075353088-oozie-oozi-C -action 157-217
      Action ID	Nominal Time
      ------------------------------------------------------------------------------------------------------------------------------------
      0000003-170102075353088-oozie-oozi-C@174	2010-01-08 06:00 UTC
      0000003-170102075353088-oozie-oozi-C@173	2010-01-08 05:00 UTC
      0000003-170102075353088-oozie-oozi-C@176	2010-01-08 08:00 UTC
      0000003-170102075353088-oozie-oozi-C@175	2010-01-08 07:00 UTC
      0000003-170102075353088-oozie-oozi-C@170	2010-01-08 02:00 UTC
      0000003-170102075353088-oozie-oozi-C@172	2010-01-08 04:00 UTC
      0000003-170102075353088-oozie-oozi-C@171	2010-01-08 03:00 UTC
      0000003-170102075353088-oozie-oozi-C@215	2010-01-09 23:00 UTC
      0000003-170102075353088-oozie-oozi-C@214	2010-01-09 22:00 UTC
      0000003-170102075353088-oozie-oozi-C@217	2010-01-10 01:00 UTC
      0000003-170102075353088-oozie-oozi-C@216	2010-01-10 00:00 UTC
      
      $ oozie job -rerun 0000003-170102075353088-oozie-oozi-C -date 2010-01-05'T'00:00Z::2010-01-07'T'00:00Z
      Action ID	Nominal Time
      ------------------------------------------------------------------------------------------------------------------------------------
      0000003-170102075353088-oozie-oozi-C@120	2010-01-06 00:00 UTC
      0000003-170102075353088-oozie-oozi-C@122	2010-01-06 02:00 UTC
      0000003-170102075353088-oozie-oozi-C@121	2010-01-06 01:00 UTC
      0000003-170102075353088-oozie-oozi-C@128	2010-01-06 08:00 UTC
      0000003-170102075353088-oozie-oozi-C@127	2010-01-06 07:00 UTC
      0000003-170102075353088-oozie-oozi-C@129	2010-01-06 09:00 UTC
      0000003-170102075353088-oozie-oozi-C@124	2010-01-06 04:00 UTC
      0000003-170102075353088-oozie-oozi-C@123	2010-01-06 03:00 UTC
      0000003-170102075353088-oozie-oozi-C@126	2010-01-06 06:00 UTC
      0000003-170102075353088-oozie-oozi-C@125	2010-01-06 05:00 UTC
      

      The coordination action starts at random order instead of running them in order of action id.

      Attachments

        1. OOZIE-2766-00.patch
          1 kB
          Abhishek Bafna

        Issue Links

          Activity

            People

              abhishekbafna Abhishek Bafna
              abhishekbafna Abhishek Bafna
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: