[ 
https://issues.apache.org/jira/browse/HADOOP-17482?focusedWorklogId=545489&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-545489
 ]

ASF GitHub Bot logged work on HADOOP-17482:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Feb/21 18:13
            Start Date: 01/Feb/21 18:13
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on a change in pull request 
#2633:
URL: https://github.com/apache/hadoop/pull/2633#discussion_r568035635



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/TestFcHdfsSetUMask.java
##########
@@ -100,16 +97,6 @@ public static void ClusterShutdownAtEnd() throws Exception {
       cluster.shutdown();
     }
   }
-  
-  {
-    try {
-      GenericTestUtils.setLogLevel(FileSystem.LOG, Level.DEBUG);
-    }
-    catch(Exception e) {
-      System.out.println("Cannot change log level\n"
-          + StringUtils.stringifyException(e));
-    }
-  }

Review comment:
       its a test and they may have had some good reasons, just as some of the 
Azure tests do




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 545489)
    Time Spent: 4h 10m  (was: 4h)

> Remove Commons Logger from FileSystem Class
> -------------------------------------------
>
>                 Key: HADOOP-17482
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17482
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Remove reference to Commons Logger in FileSystem, it already has SLF4J, so 
> it's a bit weird to be mixing and matching and interweaving loggers in this 
> way.  Also, my hope is to eventually migrate everything to SLF4J to simplify 
> things for downstream consumers of the common library.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to