[jira] [Updated] (OOZIE-3619) maxHistory default value set to 720 days assuming it to be hours which is not correct

2021-04-22 Thread Bimalendu Choudhary (Jira)


 [ 
https://issues.apache.org/jira/browse/OOZIE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bimalendu Choudhary updated OOZIE-3619:
---
Attachment: oozie-3619.patch

> maxHistory default value set to 720 days assuming it to be hours which is not 
> correct
> -
>
> Key: OOZIE-3619
> URL: https://issues.apache.org/jira/browse/OOZIE-3619
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 5.2.0
>Reporter: Bimalendu Choudhary
>Priority: Minor
> Fix For: trunk
>
> Attachments: oozie-3619.patch
>
>
> The default value of  maxHistory in OozieRollingPolicy.java is set to 720 and 
> the comments describes it as being hour. However maxHistory is maximum number 
> of rolled files which can be kept and rest gets deleted.  For days, 720 is a 
> huge number.
>  
> We should change it to default value of 30 which is equivalent to 30 days and 
> change the comments to describe it as number of rolled files and hours.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OOZIE-3619) maxHistory default value set to 720 days assuming it to be hours which is not correct

2021-04-22 Thread Bimalendu Choudhary (Jira)


 [ 
https://issues.apache.org/jira/browse/OOZIE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bimalendu Choudhary updated OOZIE-3619:
---
Attachment: oozie-3619.patch

> maxHistory default value set to 720 days assuming it to be hours which is not 
> correct
> -
>
> Key: OOZIE-3619
> URL: https://issues.apache.org/jira/browse/OOZIE-3619
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 5.2.0
>Reporter: Bimalendu Choudhary
>Priority: Minor
> Fix For: trunk
>
>
> The default value of  maxHistory in OozieRollingPolicy.java is set to 720 and 
> the comments describes it as being hour. However maxHistory is maximum number 
> of rolled files which can be kept and rest gets deleted.  For days, 720 is a 
> huge number.
>  
> We should change it to default value of 30 which is equivalent to 30 days and 
> change the comments to describe it as number of rolled files and hours.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OOZIE-3619) maxHistory default value set to 720 days assuming it to be hours which is not correct

2021-04-22 Thread Bimalendu Choudhary (Jira)


 [ 
https://issues.apache.org/jira/browse/OOZIE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bimalendu Choudhary updated OOZIE-3619:
---
Attachment: (was: oozie-3619.patch)

> maxHistory default value set to 720 days assuming it to be hours which is not 
> correct
> -
>
> Key: OOZIE-3619
> URL: https://issues.apache.org/jira/browse/OOZIE-3619
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 5.2.0
>Reporter: Bimalendu Choudhary
>Priority: Minor
> Fix For: trunk
>
>
> The default value of  maxHistory in OozieRollingPolicy.java is set to 720 and 
> the comments describes it as being hour. However maxHistory is maximum number 
> of rolled files which can be kept and rest gets deleted.  For days, 720 is a 
> huge number.
>  
> We should change it to default value of 30 which is equivalent to 30 days and 
> change the comments to describe it as number of rolled files and hours.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OOZIE-3619) maxHistory default value set to 720 days assuming it to be hours which is not correct

2021-04-22 Thread Bimalendu Choudhary (Jira)


 [ 
https://issues.apache.org/jira/browse/OOZIE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bimalendu Choudhary updated OOZIE-3619:
---
Labels:   (was: patch)

> maxHistory default value set to 720 days assuming it to be hours which is not 
> correct
> -
>
> Key: OOZIE-3619
> URL: https://issues.apache.org/jira/browse/OOZIE-3619
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 5.2.0
>Reporter: Bimalendu Choudhary
>Priority: Minor
> Fix For: trunk
>
>
> The default value of  maxHistory in OozieRollingPolicy.java is set to 720 and 
> the comments describes it as being hour. However maxHistory is maximum number 
> of rolled files which can be kept and rest gets deleted.  For days, 720 is a 
> huge number.
>  
> We should change it to default value of 30 which is equivalent to 30 days and 
> change the comments to describe it as number of rolled files and hours.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OOZIE-3619) maxHistory default value set to 720 days assuming it to be hours which is not correct

2021-04-22 Thread Bimalendu Choudhary (Jira)


 [ 
https://issues.apache.org/jira/browse/OOZIE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bimalendu Choudhary updated OOZIE-3619:
---
Affects Version/s: 5.2.0

> maxHistory default value set to 720 days assuming it to be hours which is not 
> correct
> -
>
> Key: OOZIE-3619
> URL: https://issues.apache.org/jira/browse/OOZIE-3619
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 5.2.0
>Reporter: Bimalendu Choudhary
>Priority: Minor
>
> The default value of  maxHistory in OozieRollingPolicy.java is set to 720 and 
> the comments describes it as being hour. However maxHistory is maximum number 
> of rolled files which can be kept and rest gets deleted.  For days, 720 is a 
> huge number.
>  
> We should change it to default value of 30 which is equivalent to 30 days and 
> change the comments to describe it as number of rolled files and hours.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)