Skip to content

Conversation

@kuznetsss
Copy link
Collaborator

This is a WIP fix for potential race condition introduced here: #2842

  • taskManager_ should be protected by a strand
  • Async framework changed to post where possible since spawn may be inlined and it may cause a deadlock in ETL

We should check that it is not possible to update cache twice or skip a ledger somewhere.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

❌ Patch coverage is 64.51613% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.90%. Comparing base (3aa1854) to head (455b0d9).
⚠️ Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
src/etl/ETLService.cpp 64.00% 3 Missing and 6 partials ⚠️
src/util/async/context/impl/Execution.hpp 66.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2851      +/-   ##
===========================================
- Coverage    81.91%   81.90%   -0.02%     
===========================================
  Files          381      381              
  Lines        14424    14440      +16     
  Branches      7936     7945       +9     
===========================================
+ Hits         11816    11827      +11     
  Misses        1443     1443              
- Partials      1165     1170       +5     

☔ 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.

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.

1 participant