-
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
not able to clear alarm in etcd 3.5.3 version by using etcdctl alarm disarm command #17318
Comments
Hi @ahrtr , Thanks |
Please provide detailed steps to reproduce the issue. Or the detailed steps what you did. |
Please ensure you have correctly compacted & defragmented the db, and finally disalarmed. References:
@Elbehery could you followup this ticket until it's closed? |
On it 🙏🏽 |
Please also double confirm whether you can still see this issue on latest release 3.5.11. |
@Elbehery |
@Elbehery , |
can you please give details how to reproduce ? also can u paste some logs ? |
Can deleting wal folder will resolve this issue? |
did you try to restart the etcd pod on the node which raised the alarm ? so when the pod will start, it will re-read the snapshot and the wal, this might help |
Yes I tried deleting pods but same issue |
can u upgrade to the latest release ?? also please describe the environment you use, and if some logs are available would be gr8 |
Hi @Elbehery , |
We are using ETCD inside kubernetes pods controlled by statefulset. |
anything on this? |
i really cant help without logs did u try restarting the node that caused the alarm ? |
Bug report criteria
What happened?
Alarm was raised on ETCD cluster, but later DB size got reduced lesser than ETCD_BACKEND_QUOTA_BYTE, but still cant put values into DB because Nospace alarm still exist and not cleared.
When We try to clear it using etcdctl alarm disarm command it logs timeout error inside the ogs
What did you expect to happen?
Alarm should be cleared and data should be able to be inserted
How can we reproduce it (as minimally and precisely as possible)?
NA
Anything else we need to know?
No response
Etcd version (please run commands below)
ETCD version 3.5.3
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: