-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
bug: Error: etcdserver: member not found #11383
Comments
closing this because this is an etcd issue, not apisix. If not, please provide substantial evidences. |
@shreemaan-abhishek We are using APISIX incorporated ETCD, which is present APISIX helmet chart https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/charts/etcd-9.7.3.tgz. So it is only a part of APISIX. Please at least guide us on this issue |
Faced with same issue. |
I'm experiencing this issue with the latest chart on GKE. I don't have a permanent solution, but this quick fix solves it temporarily:
Edit: |
Current Behavior
We are getting this error even though we upgraded the etcd 8.7 to etcd 9.7 but still facing the same error.
Our apisix pod image tag: 3.8.0-debian
Expected Behavior
all apsisix-etcd pod needs to be in running status
Error Logs
etcd 05:04:16.59
etcd 05:04:16.74 Welcome to the Bitnami etcd container
etcd 05:04:16.75 Subscribe to project updates by watching https://github.com/bitnami/containers
etcd 05:04:16.77 Submit issues and feature requests at https://github.com/bitnami/containers/issues
etcd 05:04:16.78
etcd 05:04:16.79 INFO ==> ** Starting etcd setup **
etcd 05:04:17.35 INFO ==> Validating settings in ETCD_* env vars..
etcd 05:04:17.37 WARN ==> You set the environment variable ALLOW_NONE_AUTHENTICATION=yes. For safety reasons, do not use this flag in a production environment.
etcd 05:04:17.55 INFO ==> Initializing etcd
etcd 05:04:17.66 INFO ==> Generating etcd config file using env variables
etcd 05:04:18.47 INFO ==> Detected data from previous deployments
etcd 05:04:20.50 INFO ==> Updating member in existing cluster
{"level":"warn","ts":"2024-07-02T05:04:22.015Z","logger":"etcd-client","caller":"v3@v3.5.7/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc00055c000/accel-apisix-etcd-0.accel-apisix-etcd-headless.accel-apisix.svc.cluster.local:2379","attempt":0,"error":"rpc error: code = NotFound desc = etcdserver: member not found"}
Error: etcdserver: member not found
Steps to Reproduce
We have deployed through helm charts we are only using etcd as a dependency chart
Environment
apisix version
)--> 3.8.0-debianuname -a
): linux , Kernel version 5.15.0-1061-azureopenresty -V
ornginx -V
): helm.sh/chart:ingress-nginx-4.10.0The text was updated successfully, but these errors were encountered: