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

More user-friendly error message for connectivity issues #234

Closed
krastin opened this issue Mar 30, 2021 · 2 comments · Fixed by #258
Closed

More user-friendly error message for connectivity issues #234

krastin opened this issue Mar 30, 2021 · 2 comments · Fixed by #258

Comments

@krastin
Copy link
Contributor

krastin commented Mar 30, 2021

Hello,

After a couple of cases where end-users were perplexed by the following error message, I thought it might be better to state that we were able to connect over TCP explicitly, instead of referring to just 'connection', so that we can make the customer's troubleshooting easier?

m.logger.Printf("[WARN] memberlist: Was able to connect to %s but other probes failed, network may be misconfigured", node.Name)

Something in the lines of "memberlist: Was able to establish TCP session to %s but other UDP probes failed"? Would that make sense? It will certainly help the user to know what exactly to follow-up on.

Thanks,
Krastin

@ghost
Copy link

ghost commented Jul 23, 2021

The https://gitlab.com/purelb/purelb project uses memberlist and one of our users is seeing this message. Do you have any advice on how to debug the cause of it? It sounds like this message indicates that UDP packets from one node to another are being dropped? Is this correct?

@krastin
Copy link
Contributor Author

krastin commented Jul 28, 2021

As far as I understand the code myself, you are correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant