Bimalendu Choudhary created OOZIE-3619: ------------------------------------------
Summary: 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 Reporter: Bimalendu Choudhary 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)