Chen Liang created HDFS-11891:
---------------------------------

             Summary: 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


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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to