[
https://issues.apache.org/jira/browse/OOZIE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641942#comment-17641942
]
Janos Makai commented on OOZIE-3679:
------------------------------------
hi [~dionusos] can you please take a moment to review the latest patch?
(SpotBugs issues are not related)
Thanks.
> Correct maximum wait time between database retry attempts property
> ------------------------------------------------------------------
>
> Key: OOZIE-3679
> URL: https://issues.apache.org/jira/browse/OOZIE-3679
> Project: Oozie
> Issue Type: Bug
> Reporter: Janos Makai
> Assignee: Janos Makai
> Priority: Major
> Attachments: OOZIE-3679-001.patch
>
>
> Based on the oozie-default.xml:
> {code:xml}
> <property>
> <name>oozie.service.JPAService.retry.maximum-wait-time.ms</name>
> <value>30000</value>
> <description>
> Maximum wait time between database retry attempts.
> </description>
> </property>
> {code}
> it looks like we are missing a "{_}retry{_}" string before the maximum wait
> time between database retry attempts static string in Oozie's JPAService:
> {code:java}
> public static final String MAX_WAIT_TIME = CONF_PREFIX +
> "maximum-wait-time.ms";
> {code}
> {color:#172b4d}The goal of this change is to sync the config names between
> oozie-default.xml and Oozie but we should also support the old, invalid
> config name.{color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)