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 does not seem to report alive peers correctly #1885

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

TUI does not seem to report alive peers correctly #1885

noonio opened this issue Mar 10, 2025 · 0 comments

Comments

@noonio
Copy link
Contributor

noonio commented Mar 10, 2025

Context & versions

Related to #1878 and #1879 , it seems as though the list of alive peers is not reported correctly.

The main note is that

> etcdctl --endpoints 127.0.0.1:2383 member list
9f80290b38cfc88, started, hydra.horizon-haskell.net:5005, http://hydra.horizon-haskell.net:5005, http://127.0.0.1:2383, false
6346cc2697b59d09, started, 13.39.44.251:5001, http://13.39.44.251:5001, http://127.0.0.1:2379, false
9140f16a1adb1a87, started, 35.214.9.104:5005, http://35.214.9.104:5005, http://127.0.0.1:2383, false
989d1896a6ecce6f, started, 13.37.150.125:5001, http://13.37.150.125:5001, http://127.0.0.1:2379, false

can complete (i.e. you are in the majority) but the information in the alive-* keys does not indicate that:

> etcdctl --endpoints 127.0.0.1:2383 get --prefix alive
alive-35.214.9.104:5005
l35.214.9.104

i.e. here I seem to be in the majority (or member list) would fail; but I don't see anyone else alive (but myself).

@noonio noonio added the bug 🐛 Something isn't working label 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: Triage 🏥
Status: No status
Development

No branches or pull requests

1 participant