I am trying to rerun failed co-ordinators using below command but everytime it is restarting with some random co-ordinator action instead of oldest co-ordinator action first.
oozie job -rerun {co-ordinator ID} -action 6374-6441
rerunning 6404 first. How can we make it rerun starting from 6374 first?
I guess this cannot be achieved at the moment by looking at this piece of code: getActionsIds
Edit: Here is the Apache Jira OOZIE-2766 along with patch. Thanks.