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

Jonathan Hsieh commented on HBASE-7699:
---------------------------------------

+1. Looks trivial and test fails can't be related.
                
> Replace LOG.info() with LOG.debug() in FSUtils.listStatus()
> -----------------------------------------------------------
>
>                 Key: HBASE-7699
>                 URL: https://issues.apache.org/jira/browse/HBASE-7699
>             Project: HBase
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Trivial
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7699-v0.patch
>
>
> The info level is too much for FSUtils.listStatus() since the directory may 
> not exists. And having an extra roundtrip to the NN for verifying that the 
> directory exists before calling listStatus() seems not necessary.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to