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

Sawtooth memory usage of ingester #1412

Closed
bboreham opened this issue May 23, 2019 · 0 comments · Fixed by #1414
Closed

Sawtooth memory usage of ingester #1412

bboreham opened this issue May 23, 2019 · 0 comments · Fixed by #1414

Comments

@bboreham
Copy link
Contributor

We had an ingester restart abruptly, and its memory usage looks like this:

image

We have -max-chunk-age=9h and it's repeating on a 9h cycle. I think this is mostly the bigchunks growing over time then being flushed (and the flushed one is retained for 10 minutes or so).

I have an idea: for each series we could pick a slot within the 9h cycle, then always flush that series at that point. Now all flushing is evened out, at the cost of some short chunks right after a cold start.

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.

1 participant