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

[1.0.2 -> main] P2P: Resolve on reconnect #826

Merged
merged 8 commits into from
Sep 26, 2024
Merged

Conversation

heifner
Copy link
Member

@heifner heifner commented Sep 26, 2024

Resolve address on reconnect.

Instead of:

info  2024-09-25T21:50:50.686 net-1     net_plugin.cpp:2797           operator()           ] connection failed to p2p.telos-bad.zenblocks.io:9876, Element not found
info  2024-09-25T21:50:50.686 net-1     net_plugin.cpp:1461           _close               ] ["p2p.telos-bad.zenblocks.io:9876" - 1 <unknown>:<unknown>] closing

Now you get:

warn  2024-09-25T21:42:48.642 net-0     net_plugin.cpp:4524           operator()           ] Unable to resolve p2p.telos-bad.zenblocks.io:9876 Host not found (authoritative)

Merges release/1.0 into main including Leap release/5.0 with AntelopeIO/leap#2408 & #825

Resolves #525

@heifner heifner added the OCI Work exclusive to OCI team label Sep 26, 2024
@heifner heifner changed the title [1.0.3 -> main] P2P: Resolve on reconnect [1.0.2 -> main] P2P: Resolve on reconnect Sep 26, 2024
@heifner heifner merged commit 881f997 into main Sep 26, 2024
36 checks passed
@heifner heifner deleted the resolve-on-reconnect-main branch September 26, 2024 20:35
@ericpassmore ericpassmore added the bug The product is not working as was intended. label Oct 1, 2024
@ericpassmore
Copy link
Contributor

Note:start
category: Other
component: P2P
summary: When reconnecting using the net plugin resolve endpoint.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The product is not working as was intended. OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

P2P: Resolve endpoints on re-connect attempts
4 participants