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

[5.0.3 -> 1.0.2] P2P: Resolve on reconnect #825

Merged
merged 5 commits into from
Sep 26, 2024

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 Leap release/5.0 into Spring release/1.0 including AntelopeIO/leap#2408

Resolves #525

@heifner heifner added the OCI Work exclusive to OCI team label Sep 26, 2024
@heifner heifner linked an issue Sep 26, 2024 that may be closed by this pull request
@linh2931
Copy link
Member

Do you want to merge Leap 5.0.3 into Leap main too to keep track?

@heifner
Copy link
Member Author

heifner commented Sep 26, 2024

Do you want to merge Leap 5.0.3 into Leap main too to keep track?

After this PR is merged, I'll create the followon PR that merges release/1.0 into main which will include the merge of Leap 5.0.3 (release/5.0) into main.

@heifner heifner merged commit b64bd34 into release/1.0 Sep 26, 2024
36 checks passed
@heifner heifner deleted the resolve-on-reconnect-1.0 branch September 26, 2024 18:35
@heifner heifner changed the title [5.0.3 -> 1.0.3] P2P: Resolve on reconnect [5.0.3 -> 1.0.2] P2P: Resolve on reconnect Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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