Nihal Jain created HBASE-29353: ---------------------------------- Summary: Do not bundle opentelemetry-*.jar in assembly/lib Key: HBASE-29353 URL: https://issues.apache.org/jira/browse/HBASE-29353 Project: HBase Issue Type: Task Affects Versions: 2.6.2, 2.5.11 Reporter: Nihal Jain Assignee: Nihal Jain
We seem to be unnecessarily bundling these jars in the assembly/lib folder: * opentelemetry-api-1.15.0.jar * opentelemetry-context-1.15.0.jar * opentelemetry-semconv-1.15.0-alpha.jar They are already present in assembly/client-facing-thirdparty. In master branch we do not seem to have this issue. Discovered during testing of HBASE-29293! Not a big problem as these 3 jars are ~200KB only, just that this can be avoided! -- This message was sent by Atlassian Jira (v8.20.10#820010)