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

Compactors Have a Memory Leak #216

Closed
joe-elliott opened this issue Oct 9, 2020 · 2 comments · Fixed by #950
Closed

Compactors Have a Memory Leak #216

joe-elliott opened this issue Oct 9, 2020 · 2 comments · Fixed by #950
Assignees

Comments

@joe-elliott
Copy link
Member

joe-elliott commented Oct 9, 2020

Occasionally compactor memory blows up and OOMs:

image

Compactors come back online quickly and tend to recover so the system continues working, but we still need to address. I believe this related to very large traces (100k+ spans) going through the CombineTraces method.

@joe-elliott
Copy link
Member Author

The saga continues. #915 is a temporary band aid to reduce memory usage that does not impact throughput. After this is fixed please undo that change.

@mdisibio
Copy link
Contributor

We determined that this was fixed by #806. (Does not require search to be enabled)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants