You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Julia Kinga Marton (JIRA)" <ji...@apache.org> on 2017/12/15 16:01:00 UTC

[jira] [Commented] (OOZIE-3142) Integer Overflows in Purge retentionTime

    [ https://issues.apache.org/jira/browse/OOZIE-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292717#comment-16292717 ] 

Julia Kinga Marton commented on OOZIE-3142:
-------------------------------------------

Hi [~Prabhu Joseph], 

Do you have some plans with this issue? If not, I have some free capacity and I can take it over.

> 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)