Prabhu Joseph created OOZIE-3142:
------------------------------------
Summary: Integer Overflows in Purge retentionTime
Key: OOZIE-3142
URL: https://issues.apache.org/jira/browse/OOZIE-3142
Project: Oozie
Issue Type: Bug
Components: core
Reporter: Prabhu Joseph
Assignee: Prabhu Joseph
Oozie Purge ShareLibService retentionTime overflows when
oozie.service.ShareLibService.temp.sharelib.retention.days is set to 25 and
becomes negative value. Value has to be in long.
final long retentionTime = 1000 * 60 * 60 * 24 *
ConfigurationService.getInt(LAUNCHERJAR_LIB_RETENTION);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)