[
https://issues.apache.org/jira/browse/HADOOP-15736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621504#comment-16621504
]
Hudson commented on HADOOP-15736:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15027 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/15027/])
HADOOP-15736. Trash : Negative Value For Deletion Interval Leads To
(vinayakumarb: rev 7ad27e97f05b13b33fdcef9cb63ace9c1728bfb5)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/TrashPolicyDefault.java
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestTrash.java
> Trash : Negative Value For Deletion Interval Leads To Abnormal Behaviour.
> -------------------------------------------------------------------------
>
> Key: HADOOP-15736
> URL: https://issues.apache.org/jira/browse/HADOOP-15736
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Fix For: 3.2.0, 3.0.4, 3.1.2
>
> Attachments: HADOOP-15736-02.patch, HADOOP-15736-03.patch,
> HADOOP-15736.patch
>
>
> If deletion interval ( {{fs.trash.interval}} ) is somehow configured negative.
> The trash gets enabled since the value is not zero.
> It even changes the emptier interval to that negative value since the value
> needs to be less than or equal to deletion interval.
> But the emptier due to negative value doesn't get up throws
> IllegalArgumentException().
> Ultimately the trash gets piled up since no emptier work is being done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]