You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/12 03:11:00 UTC

[jira] [Work logged] (HADOOP-17581) Fix reference to LOG is ambiguous after HADOOP-17482

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

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

                Author: ASF GitHub Bot
            Created on: 12/Mar/21 03:10
            Start Date: 12/Mar/21 03:10
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao opened a new pull request #2764:
URL: https://github.com/apache/hadoop/pull/2764


   JIRA: https://issues.apache.org/jira/browse/HADOOP-17581
   


----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 565091)
    Remaining Estimate: 0h
            Time Spent: 10m

> Fix reference to LOG is ambiguous after HADOOP-17482
> ----------------------------------------------------
>
>                 Key: HADOOP-17581
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17581
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> HADOOP-17482 changes to have two slf4j LOG instances for FileSystem.class.  This seems to breaks the Hadoop CI/Jenkins as some tests using this LOG directly are hitting the ambiguity issue between two slf4j Logger instances to the same FileSystem.class failed the build. This ticket is opened to fix those tests to unblock CI. 
>  
> {code:java}
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2762/src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestEncryptionZones.java:[1424,25] error: reference to LOG is ambiguous
> [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2762/src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestEncryptionZonesWithKMS.java:[102,25] error: reference to LOG is ambiguous
> [INFO] 2 errors 
> {code}



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

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