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

Memory leak with the sample rate set to 0 #132

Open
Gibbonator opened this issue Mar 6, 2023 · 0 comments
Open

Memory leak with the sample rate set to 0 #132

Gibbonator opened this issue Mar 6, 2023 · 0 comments
Labels

Comments

@Gibbonator
Copy link

Describe the Bug

Using Version:"io.zipkin.finagle2" % "zipkin-finagle-http_2.12" % "21.8.0"

Zipkin is holding onto memory, causing a memory leak and eventual pod kills:
image

We set the sample rate to 0 with -Dzipkin.initialSampleRate=0 in this environment. Other services in this environment have the exact same configuration but we are not seeing the same issue with them.

My main question really is: Is this a known problem with our current version, that would be fixed by updating to "io.zipkin.finagle2" % "zipkin-finagle-http_2.13" % "22.4.0" ?

Steps to Reproduce

Given we're only seeing this behaviour with one service, I am not able to provide a definitive way to reproduce it.

Expected Behaviour

No memory leak

Thanks

@Gibbonator Gibbonator added the bug label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant