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

Need mechanism to evict spans from in-memory storage based on various conditions #842

Closed
objectiser opened this issue May 23, 2018 · 0 comments
Assignees

Comments

@objectiser
Copy link
Contributor

objectiser commented May 23, 2018

Requirement - what kind of business use case are you trying to solve?

Be able to use the in-memory storage mechanism (all-in-one image) without worrying about it running out of memory.

Problem - what in Jaeger blocks you from solving the requirement?

Currently the in-memory storage does not have any memory management mechanism - so eventually it runs out of memory and crashes.

I believe this is causing istio/istio#5782.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Introduce configurable mechanism to evict spans based on max number and/or age.

Any open questions to address

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

No branches or pull requests

2 participants