You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Wei Yan <yw...@gmail.com> on 2015/10/02 23:29:10 UTC

Oozie action doesn't respect the retry-max config

Hey, folks,

I put a retry-max config = 20 in the action, but the workflow log shows it
still use 3.

The config: <action name="a1" retry-max="*20*" retry-interval="10">

The log: 2015-10-02 18:20:24,401 INFO
org.apache.oozie.command.wf.ActionStartXCommand: SERVER[****] USER[**]
GROUP[-] TOKEN[] APP[**] JOB[**] ACTION[**@a1] Start action [**@a1] with
user-retry state : userRetryCount [0], userRetryMax [*3*],
userRetryInterval [10]

And the action only tried 3 times. I'm using 4.1.0-cdh5.4.2, and the action
is "<sqoop xmlns="uri:oozie:sqoop-action:0.3">".

Any idea?

thanks,
Wei