[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2017-01-05 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du updated HDFS-9555:
-
Fix Version/s: 2.8.0

> 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
> Fix For: 2.8.0, 2.7.3, 3.0.0-alpha1
>
> 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)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2016-04-22 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HDFS-9555:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.7.3
   Status: Resolved  (was: Patch Available)

I've committed this to trunk through branch-2.7. Thanks for the patch, 
[~yangzhe1991].

> 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
> Fix For: 2.7.3
>
> 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)


[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2016-03-20 Thread Phil Yang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Yang updated HDFS-9555:

Target Version/s: 2.8.0, 2.7.3, 2.6.5  (was: 2.6.5)

> 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)


[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2016-01-27 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du updated HDFS-9555:
-
Target Version/s: 2.6.5  (was: 2.6.4)

> 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)


[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2015-12-14 Thread Phil Yang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Yang updated HDFS-9555:

Attachment: 9555-v1.patch

> 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)


[jira] [Updated] (HDFS-9555) LazyPersistFileScrubber should still sleep if there are errors in the clear progress

2015-12-14 Thread Phil Yang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Yang updated HDFS-9555:

Status: Patch Available  (was: Open)

> 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)