found invalid file member_id under data directory #19544
Unanswered
braghettos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, @braghettos. Thanks for your request. We don't give support to the Bitnami etcd Helm chart. Have you reached out over there? I don't have a clear indication of what could have placed that file. The database directory only has the WAL and snap directories. |
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
-
Bug report criteria
What happened?
Suddenly my etcd pod in Kubernetes was not running due to liveness and readiness probes failing. I've checked etcd pod logs and I found this message:
{"level":"warn","ts":"2025-03-03T10:05:48.524866Z","caller":"etcdmain/etcd.go:446","msg":"found invalid file under data directory","filename":"member_id","data-dir":"/bitnami/etcd/data"}
I have renamed that file to member_id.bak, I restarted the pod and everything now is working correctly. No new member_id file has been generated.
What is the role of this file? I was expecting it to be generated. Will everything work correctly without this file?
Thanks for any help!
What did you expect to happen?
The member_id file is regenerated or error messages in the pod log due to the absence of this file.
How can we reproduce it (as minimally and precisely as possible)?
I'm not able to reproduce the issue.
Anything else we need to know?
No response
Etcd version (please run commands below)
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
Beta Was this translation helpful? Give feedback.
All reactions