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

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

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



##########
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:
       We need to fix it properly then. @belugabehr do you mind undoing this 
particular one in a separate JIRA or proposing the log4j solution?




----------------------------------------------------------------
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:
[email protected]


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

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

> 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 20m
>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to