[
https://issues.apache.org/jira/browse/OOZIE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649993#comment-16649993
]
Andras Piros commented on OOZIE-3364:
-------------------------------------
Thanks for the contribution [~satishsaley]!
Some questions / comments / asks on the patch 2:
* what about considering also
[{{CoordinatorAction#SKIPPED}}|https://oozie.apache.org/docs/5.0.0/CoordinatorFunctionalSpec.html#a6.1.3.2._Coordinator_Action_Status]
as terminal states in
{{CoordinatorActionBean#GET_TERMINATED_ACTIONS_FOR_DATES_FIFO}} and
{{CoordinatorActionBean#GET_TERMINATED_ACTIONS_FOR_DATES_LIFO}}?
* what about considering the other two execution modes {{LAST_ONLY}} and
{{NONE}} as well?
* unclear why {{CoordActionsInDateRange#getActionsFromDateRange()}} doesn't
consider execution mode {{NONE}} similarly as {{LAST_ONLY}} and {{LIFO}}
* missing new test cases around all the execution modes and possible mixture of
{{CoordinatorActionBean}} instances of different execution modes plus different
{{start}}, {{end}}, and {{nominal}} timestamps
* missing test cases covering new JPA queries
{{CoordinatorActionBean#GET_TERMINATED_ACTIONS_FOR_DATES_FIFO}} and
{{GET_TERMINATED_ACTIONS_FOR_DATES_LIFO}}
> Rerunning Oozie bundle jobs starts the coordinators in indeterminate order
> --------------------------------------------------------------------------
>
> Key: OOZIE-3364
> URL: https://issues.apache.org/jira/browse/OOZIE-3364
> Project: Oozie
> Issue Type: Bug
> Reporter: Satish Subhashrao Saley
> Assignee: Satish Subhashrao Saley
> Priority: Major
> Attachments: OOZIE-3364-1.patch, OOZIE-3364-2.patch
>
>
> User restarted a bundle with the following command
> {noformat}
> oozie job -rerun 1234-1234-oozie-B -date 2018-03-29T23:55Z::2018-04-03T00:00Z
> -refresh
> {noformat}
> The coordinators run in indeterminate order. User thought if he don't specify
> the order of the coordinators to run it is FIFO by default.
> ([https://oozie.apache.org/docs/3.1.3-incubating/CoordinatorFunctionalSpec.html#a5.1._Synchronous_Datasets])
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)