agnes-xinyi-lu opened a new issue, #8949: URL: https://github.com/apache/gravitino/issues/8949
### Version main branch ### Describe what's wrong iceberg-aws-bundle in iceberg 1.9.1 does not exclude log4j classes (iceberg had a few a month ago but it's not released yet https://github.com/apache/iceberg/commit/5c6629ef915061967fa67e4b981b0151cf8d42d4) For Gravitino 1.0.0 it has both versions in the iceberg-rest-server distribution which might cause server crash depends on class loading order. ### Error message and/or stacktrace ``` java.lang.NoSuchMethodError: 'java.lang.Object org.apache.logging.log4j.util.LoaderUtil.newCheckedInstanceOfProperty(java.lang.String, java.lang.Class, java.util.function.Supplier)' at org.apache.logging.log4j.core.LoggerContext.createInstanceFromFactoryProperty(LoggerContext.java:115) at org.apache.logging.log4j.core.LoggerContext.<clinit>(LoggerContext.java:93) ``` ### How to reproduce it's hard to get a consistent repro. ### Additional context _No response_ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
