[
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254153#comment-15254153
]
Hudson commented on HDFS-9555:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9654 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9654/])
HDFS-9555. LazyPersistFileScrubber should still sleep if there are (kihwal: rev
5d4255a80156d2cacfea8184b41805070223d3a9)
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
> LazyPersistFileScrubber should still sleep if there are errors in the clear
> progress
> ------------------------------------------------------------------------------------
>
> Key: HDFS-9555
> URL: https://issues.apache.org/jira/browse/HDFS-9555
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Phil Yang
> Assignee: Phil Yang
> Attachments: 9555-v1.patch
>
>
> If LazyPersistFileScrubber.clearCorruptLazyPersistFiles throw an exception in
> run(), there will be no sleep logic so it will restart immediately. However
> it may be still fail so there are too many ERROR logs in namenode said
> "Ignoring exception in LazyPersistFileScrubber".
> We need sleep if we catch the exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)