Skip to content
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

TUI reports Network: Connected when etcdctl member list fails #1878

Open
noonio opened this issue Mar 7, 2025 · 0 comments
Open

TUI reports Network: Connected when etcdctl member list fails #1878

noonio opened this issue Mar 7, 2025 · 0 comments

Comments

@noonio
Copy link
Contributor

noonio commented Mar 7, 2025

Context & versions

In present master, you can find yourself in a situation where the TUI reports Network: Connected and yet you are in the minority on your etcd cluster; verified by etcdctl failing with:

{ "level":"warn"
  ,"ts":"2025-03-07T10:05:50.491189Z"
  ,"logger":"etcd-client"
  ,"caller":"[email protected]/retry_interceptor.go:62"
  ,"msg":"retrying of unary invoker failed"
  ,"target":"etcd-endpoints://0xc000426000/127.0.0.1:2379"
  ,"attempt":0
  ,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:2379: connect: connection refused\""
}
Error: context deadline exceeded

Most likely the node is not correctly emitting NetworkDisconnected messages.

@noonio noonio added the bug 🐛 Something isn't working label Mar 7, 2025
@github-project-automation github-project-automation bot moved this to Triage 🏥 in ☕ Hydra Team Work Mar 7, 2025
@noonio noonio moved this from Triage 🏥 to Todo 📋 in ☕ Hydra Team Work Mar 10, 2025
@noonio noonio removed the bug 🐛 Something isn't working label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo 📋
Development

No branches or pull requests

1 participant