You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gabor Bota (JIRA)" <ji...@apache.org> on 2018/07/12 00:40:00 UTC

[jira] [Assigned] (HADOOP-15599) Improve TrashPolicyDefault error message

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

Gabor Bota reassigned HADOOP-15599:
-----------------------------------

    Assignee: Gabor Bota

> Improve TrashPolicyDefault error message
> ----------------------------------------
>
>                 Key: HADOOP-15599
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15599
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Gabor Bota
>            Priority: Minor
>
> Found the following warning message:
> {noformat}
> 2018-07-09 06:00:00,486 WARN org.apache.hadoop.fs.TrashPolicyDefault: Unexpected item in trash: /user/hue/.Trash/hue. Ignoring.{noformat}
> However, it's not clear what file in the trash directory that was unexpected. 
> Relevant code:
> {code:java|title=TrashPolicyDefault#deleteCheckpoint}
> try {
>   time = getTimeFromCheckpoint(name);
> } catch (ParseException e) {
>   LOG.warn("Unexpected item in trash: "+dir+". Ignoring.");
>   continue;
> }
> {code}
> File this Jira to get the file name recorded. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org