[
https://issues.apache.org/jira/browse/OOZIE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646795#comment-16646795
]
Satish Subhashrao Saley commented on OOZIE-3364:
------------------------------------------------
Currently, there is no FIFO guarantee for Coord Action execution on refresh
command.
In this patch OOZIE-3364-1.patch, on rerun/refresh command, we are retrieving
the coord actions in given execution order (FIFO/LIFO).
Even after this, the order in which coord actions start running is determined
by the input check.
If all the dependencies for all actions are available, then highly likely that
they will start running in given order.
> 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
>
>
> 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)