Skip to content

network: close p2p conn in CloseWithoutFlush#6308

Merged
algorandskiy merged 2 commits intoalgorand:masterfrom
algorandskiy:pavel/p2p-exceed-os-threads
May 9, 2025
Merged

network: close p2p conn in CloseWithoutFlush#6308
algorandskiy merged 2 commits intoalgorand:masterfrom
algorandskiy:pavel/p2p-exceed-os-threads

Conversation

@algorandskiy
Copy link
Copy Markdown
Contributor

Summary

Out P2P implementation does not close p2p connections so it is possible non-performant peers still have open service streams (incl. DHT and pubsub).

Test Plan

Existing tests

@algorandskiy algorandskiy added Bug-Fix p2p Work related to the p2p project labels Apr 23, 2025
@algorandskiy algorandskiy requested review from cce and jannotti April 23, 2025 18:44
@algorandskiy algorandskiy self-assigned this Apr 23, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.58%. Comparing base (5c49e9a) to head (9f9cbdc).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6308      +/-   ##
==========================================
- Coverage   51.60%   51.58%   -0.02%     
==========================================
  Files         649      649              
  Lines       87013    87017       +4     
==========================================
- Hits        44903    44892      -11     
- Misses      39244    39259      +15     
  Partials     2866     2866              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@algorandskiy algorandskiy requested a review from jannotti May 6, 2025 17:39
@algorandskiy algorandskiy merged commit 48e45d0 into algorand:master May 9, 2025
19 checks passed
cce pushed a commit to cce/go-algorand that referenced this pull request May 29, 2025
@algorandskiy algorandskiy deleted the pavel/p2p-exceed-os-threads branch March 16, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug-Fix p2p Work related to the p2p project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants