[
https://issues.apache.org/jira/browse/HADOOP-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614261#comment-16614261
]
Hudson commented on HADOOP-15733:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14954 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14954/])
HADOOP-15733. Correct the log when Invalid emptier Interval configured.
(brahma: rev ef5c776a42697fb3958a77646b759e2a6edfe48e)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/TrashPolicyDefault.java
> Correct the log when Invalid emptier Interval configured
> --------------------------------------------------------
>
> Key: HADOOP-15733
> URL: https://issues.apache.org/jira/browse/HADOOP-15733
> Project: Hadoop Common
> Issue Type: Bug
> Components: trash
> Affects Versions: 3.1.1
> Reporter: Harshakiran Reddy
> Assignee: Ayush Saxena
> Priority: Major
> Fix For: 3.2.0, 3.1.2
>
> Attachments: HADOOP-15733.patch
>
>
> {{Scenario:-}}
> Configure Deletion interval as 10 and Emptier interval as -1
> Restart the namenode
> Run the rm command hdfs dfs -rm /file
> {{Actualoutput:-}}
> In log it's printing the -1 value for emptierinverval but as per the code
> it's should be deletion interval value
> {noformat}
> 2018-09-07 14:59:41,721 INFO org.apache.hadoop.fs.TrashPolicyDefault:
> Namenode trash configuration: Deletion interval = 10 minutes, Emptier
> interval = -1 minutes.
> {noformat}
> {{Exceptedoutput:-}}
> Emptier interval value should be 10
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]