geyanggang opened a new issue, #11314: URL: https://github.com/apache/gravitino/issues/11314
### What would you like to be improved? The `htrace-core4-4.1.0-incubating` dependency is explicitly declared in `catalog-hive`, `catalog-lakehouse-hudi`, and `hive-metastore-common` modules. However, Apache HTrace has been retired (moved to Attic) and Hadoop 3.3.x no longer requires it at runtime — the tracing subsystem was rewritten to use its own internal abstraction. This dependency bundles outdated shaded libraries internally and should be removed. ### How should we improve? Remove `htrace-core4` from `libs.versions.toml` and all build.gradle.kts files that reference it. The existing `ClassLoaderResourceCleanerUtils` already handles the absence of htrace gracefully via try-catch. -- 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]
