Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the javaagent-all.jar file contains duplicate files #3405

Closed
tobias- opened this issue Jun 24, 2021 · 0 comments · Fixed by #3430
Closed

the javaagent-all.jar file contains duplicate files #3405

tobias- opened this issue Jun 24, 2021 · 0 comments · Fixed by #3430
Labels
bug Something isn't working

Comments

@tobias-
Copy link

tobias- commented Jun 24, 2021

Describe the bug
There are multiple files with the exact same name in the opentelemetry-javaagent-*-all.jar file. This doesn't seem to have any negative effect other than enlarging the jar file distributable. None of the class files seems to have different size nor crc.

Steps to reproduce

Run the following to get a count and a list of the files.

unzip -v otel-all.jar | cut -c59- | sort | uniq -d

What did you expect to see?
Empty result because every file should only be included once.

What did you see instead?
389 duplicate files, ie files that are added to the jar twice.

What version are you using?
1.3.1

Environment
Not relevant

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants