[
https://issues.apache.org/jira/browse/HDFS-11891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chen Liang updated HDFS-11891:
------------------------------
Attachment: HDFS-11891.001.patch
> 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
> 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]