ETCD filling the ETCD_QUOTA_BACKEND_BYTES frequently and causing DB spaces exceeded #17490
Unanswered
IamSatyaonline
asked this question in
Q&A
Replies: 2 comments 5 replies
-
@IamSatyaonline thank you for reaching out. Do you have a test to consistently reproduce the problem? It might be difficult to advise, if the complete situation isn't available. The expected behavior as you mentioned is the keys should be removed when the Lease revoke is executed, which happens once the lease expires. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hey @IamSatyaonline - What are your settings for etcd database compaction and defragmentation? Please refer to: https://etcd.io/docs/v3.5/op-guide/maintenance |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We are suing ETCD 3.5.3 in our deployment. We are facing the DB space exceeded issue frequently. We are using lease to store key/values to ETCD but after expiry of lease Data is not getting removed from the ETCD .
Could you please help us to know is it the expected ETCD behavior ?
Thanks,
Satya
Beta Was this translation helpful? Give feedback.
All reactions