Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
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.
[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
Attachments
Issue Links
- is caused by
-
HADOOP-17482 Remove Commons Logger from FileSystem Class
- Resolved
- links to