-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
revision based auto-compaction-retention #8098
Comments
It makes sense. We will probably add it. |
Thanks. Is there a workaround that we can do now to alleviate us from manually compacting every now and then? We are using etcd-operator, is this something that operator can help? |
@clusc Not really. It is all manual at the moment. |
revision is attached in every response header. |
It doesn't for |
@clusc No. You can add a debugging metrics for it if you wish. Open a pr, thanks. |
I had the same idea and just crated a PR for it. |
fixed by #8123 |
Hi,
Currently we are using the
auto-compaction-retention
parameter to compact etcd data every 24h. But given our spiky usage pattern(we are using etcd as distributed lock), this time based compaction policy doesn't work too well for us. Is there a revision-based auto-compaction policy that we can configure? Also, is there a metric for # of revision that we can watch on(I didn't find in the current exposed metrics)?Thanks
The text was updated successfully, but these errors were encountered: