Abhishek Bafna created OOZIE-2766:
-------------------------------------

             Summary: Coordinator rerun should start actions in action id order
                 Key: OOZIE-2766
                 URL: https://issues.apache.org/jira/browse/OOZIE-2766
             Project: Oozie
          Issue Type: Bug
            Reporter: Abhishek Bafna
            Assignee: Abhishek Bafna
             Fix For: 5.0.0


Currently when we do the following:

{code}
$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
{code}

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to