You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ayush Saxena (JIRA)" <ji...@apache.org> on 2018/09/10 04:31:00 UTC

[jira] [Created] (HADOOP-15736) Trash : Negative Value For Deletion Interval Leads To Abnormal Behaviour.

Ayush Saxena created HADOOP-15736:
-------------------------------------

             Summary: 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


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: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org