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

[BUG] DetectLibDl can cause very slow startup times #2516

Open
katiehockman opened this issue Jan 17, 2024 · 1 comment
Open

[BUG] DetectLibDl can cause very slow startup times #2516

katiehockman opened this issue Jan 17, 2024 · 1 comment
Labels
bug unintended behavior that has to be fixed

Comments

@katiehockman
Copy link
Contributor

#2444 introduced a bug, and will be disabled until fixed.

We spent time in #2503 trying to debug and fix the issue, and after inspecting a trace generated by the failing test, we found that there were hundreds upon hundreds of syscalls walking the filesystem directories when telemetry was started up as part of DetectLibDl. A few milliseconds one time isn't a massive deal, but it added up quickly, to the point where tests were timing out after 70 seconds.

@katiehockman katiehockman added the bug unintended behavior that has to be fixed label Jan 17, 2024
@github-actions github-actions bot added the apm:ecosystem contrib/* related feature requests or bugs label Jan 17, 2024
@katiehockman katiehockman removed the apm:ecosystem contrib/* related feature requests or bugs label Jan 22, 2024
@felixge
Copy link
Member

felixge commented Feb 25, 2024

Does #2517 mean we can close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintended behavior that has to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants