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

Akira AJISAKA moved HDFS-9037 to HADOOP-12416:
----------------------------------------------

    Affects Version/s:     (was: 2.6.0)
                       2.6.0
     Target Version/s: 2.8.0  (was: 2.8.0)
          Component/s:     (was: logging)
                       trash
           Issue Type: Bug  (was: Improvement)
                  Key: HADOOP-12416  (was: HDFS-9037)
              Project: Hadoop Common  (was: Hadoop HDFS)

> Trash messages should be handled by Logger instead of being delivered on 
> System.out 
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-12416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12416
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: trash
>    Affects Versions: 2.6.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Mingliang Liu
>         Attachments: HDFS-9037.000.patch
>
>
> Specifically,
> {code}
>   if (success) {
>       System.out.println("Moved: '" + p + "' to trash at: " +
>           trash.getCurrentTrashDir() );
>     }
> {code}
> should be:
> {code}
>   if (success) {
>       LOG.info("Moved: '" + p + "' to trash at: " + 
> trash.getCurrentTrashDir());
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to