[ 
https://issues.apache.org/jira/browse/HDFS-11891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027044#comment-16027044
 ] 

Hudson commented on HDFS-11891:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11791 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11791/])
HDFS-11891. DU#refresh should print the path of the directory when an (arp: rev 
bd6a2172e0442e5f02bad9bc5f0568045f57bd32)
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DU.java


> DU#refresh should print the path of the directory when an exception is caught
> -----------------------------------------------------------------------------
>
>                 Key: HDFS-11891
>                 URL: https://issues.apache.org/jira/browse/HDFS-11891
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Chen Liang
>            Assignee: Chen Liang
>            Priority: Minor
>             Fix For: 2.9.0, 3.0.0-alpha4, 2.8.2
>
>         Attachments: HDFS-11891.001.patch
>
>
> the refresh() method DU is as follows, 
> {code}
>   @Override
>   protected synchronized void refresh() {
>     try {
>       duShell.startRefresh();
>     } catch (IOException ioe) {
>       LOG.warn("Could not get disk usage information", ioe);
>     }
>   }
> {code}
> the log warning message should also be printing out the directory that failed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to