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

[backport] Fix ATX syncer hangs (#6137) #6138

Merged
merged 2 commits into from
Jul 16, 2024
Merged

[backport] Fix ATX syncer hangs (#6137) #6138

merged 2 commits into from
Jul 16, 2024

Conversation

poszu
Copy link
Contributor

@poszu poszu commented Jul 16, 2024

Backport #6137 to v1.6

poszu added 2 commits July 16, 2024 09:17
## Motivation

The ATX syncer was observed to be hanging when a peer serves an invalid ATX. It counts only specific errors as failed requests, instead of every failed request and never reaches the configured requests limit.
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.6%. Comparing base (e9c3554) to head (e64a1dc).
Report is 2 commits behind head on v1.6.

Files Patch % Lines
syncer/atxsync/syncer.go 50.0% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            v1.6   #6138     +/-   ##
=======================================
- Coverage   81.6%   81.6%   -0.1%     
=======================================
  Files        301     301             
  Lines      32323   32323             
=======================================
- Hits       26394   26389      -5     
- Misses      4211    4214      +3     
- Partials    1718    1720      +2     

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

@poszu poszu merged commit 69618c8 into v1.6 Jul 16, 2024
22 of 23 checks passed
@poszu poszu deleted the backport/1.6/6137 branch July 16, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants