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

ASF GitHub Bot updated HDDS-6299:
---------------------------------
    Labels: pull-request-available  (was: )

> Remove Log4J2 from Ozone FS shaded jars
> ---------------------------------------
>
>                 Key: HDDS-6299
>                 URL: https://issues.apache.org/jira/browse/HDDS-6299
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: build, Ozone Filesystem
>    Affects Versions: 1.0.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>              Labels: pull-request-available
>
> Ozone FS shaded jars started including Log4J2 jars with version 1.0.0:
> {noformat}
> $ unzip -t 
> ozone-0.5.0-beta/share/ozone/lib/hadoop-ozone-filesystem-lib-current-0.5.0-beta.jar
>  | grep -c org.apache.logging.log4j
> 0
> $ unzip -t 
> ozone-1.0.0/share/ozone/lib/hadoop-ozone-filesystem-hadoop3-1.0.0.jar| grep 
> -c org.apache.logging.log4j
> 1286
> $ unzip -t ozone-1.2.1/share/ozone/lib/ozone-filesystem-hadoop3*.jar | grep 
> -c org.apache.logging.log4j
> 1381
> {noformat}
> Since Ozone uses Log4J2 only for audit logging, which is a server-side 
> feature, client does not need these dependency, so I think we can remove it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to