etcd delete leaving stale mappings #16660
Unanswered
prashil1996
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Note that etcd doesn't really delete the key/value, it just marks it as deleted, which may be completely removed in following compaction operation. Please read https://etcd.io/docs/v3.5/learning/data_model/ But it's transparent to users. You should be fine as long as you can't read the key/value after you remove it. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Any inputs @ahrtr ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve a backend service which fetches key from etcd and once our process is done, we have to delete the mappings in the etcd.
We are deleting with key and still the mappings are present in the etcd store.
Any inputs?
If you need more inputs from me to identify the issue, please revert.
Beta Was this translation helpful? Give feedback.
All reactions