Azrael created OOZIE-1638:
-----------------------------
Summary: Action retry does not use default retry max count.
Key: OOZIE-1638
URL: https://issues.apache.org/jira/browse/OOZIE-1638
Project: Oozie
Issue Type: Bug
Components: action
Affects Versions: 4.0.0
Reporter: Azrael
Priority: Minor
the oozie-default
{code:xml}
<property>
<name>oozie.service.LiteWorkflowStoreService.user.retry.max</name>
<value>3</value>
<description>
Automatic retry max count for workflow action is 3 in default.
</description>
</property>
{code}
but the action failed with error, is not retried.
It should retry $\{user.retry.max\} times.
If the patch applied, some other tests in TestActionError failed because the
action is not terminated for retrying.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)