-
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
etcdserver: mvcc: database space exceeded #11947
Comments
it seems that you do not compact key history revision. please see doc to try it. |
i have now restarted etcd with the following options added "--auto-compaction-retention=10 --auto-compaction-mode=revision" but still, etcd is not recovering. the compaction attempt by etcd yield this log message:
when trying to put something to etcd i also still get this error message:
|
this was the peace i was missing "etcdctl alarm disarm" |
Hi I just wanted to link this issue with another solution which helped me in that case: |
hi, i am running a 3 node etcd v 3.4.9 cluster.
after running the benchmark tool with these parameters, i am not able to put new key/value pairs:
i always get this error:
this is what i see in the etcd logs:
but there is plenty of disk space available. i also tried "defrag" with no success
here is the systemd unit file for starting the etcd cluster:
here is a current metrics file:
metrics.txt
The text was updated successfully, but these errors were encountered: