-
Notifications
You must be signed in to change notification settings - Fork 9
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
P2P: Resolve endpoints on re-connect attempts #525
Closed
Milestone
Comments
You do get a warn message on the first resolve, but since it never attempts the resolve again you only get the warn message once.
|
fwiw, (depending on complexity of course) imo a fix for this should go in to stable release. It prevents the ability to do basic failover approaches via low TTL DNS records since clients won't see the updated record. |
bhazzard
added
bug
The product is not working as was intended.
👍 lgtm
and removed
triage
labels
Sep 20, 2024
This was referenced Sep 25, 2024
This was
linked to
pull requests
Sep 30, 2024
heifner
added a commit
that referenced
this issue
Oct 1, 2024
heifner
added a commit
that referenced
this issue
Oct 2, 2024
heifner
added a commit
that referenced
this issue
Oct 2, 2024
…ved. Add additional debug statements.
heifner
added a commit
that referenced
this issue
Oct 2, 2024
spoonincode
added a commit
that referenced
this issue
Oct 2, 2024
[1.0.2 -> main] P2P: Resolve on reconnect
This was
linked to
pull requests
Oct 2, 2024
heifner
added a commit
that referenced
this issue
Oct 2, 2024
heifner
added a commit
that referenced
this issue
Oct 3, 2024
heifner
added a commit
that referenced
this issue
Oct 3, 2024
heifner
added a commit
that referenced
this issue
Oct 7, 2024
heifner
added a commit
that referenced
this issue
Oct 7, 2024
heifner
added a commit
that referenced
this issue
Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
net_plugin
resolves endpoints at startup and then reuses thetcp::resolver::results_type
for any re-connection attempt. If resolve fails at startup then the resolve is not attempted again. Alsonet_plugin
reports an unhelpful "Element not found` error.See #523 (comment)
The text was updated successfully, but these errors were encountered: