Skip to content

Conversation

@sanebay
Copy link
Contributor

@sanebay sanebay commented Oct 31, 2025

During replay nublocks needs to check if blks are alloced and call free_blk_now to directly free the blks from bitmap cache and not depend on cp flush.

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 15.78947% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.47%. Comparing base (1a0cef8) to head (d9f4c67).
⚠️ Report is 307 commits behind head on master.

Files with missing lines Patch % Lines
src/lib/blkdata_svc/blkdata_service.cpp 0.00% 11 Missing ⚠️
src/lib/device/virtual_dev.cpp 42.85% 0 Missing and 4 partials ⚠️
src/lib/blkalloc/bitmap_blk_allocator.cpp 0.00% 0 Missing and 1 partial ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #826      +/-   ##
==========================================
- Coverage   56.51%   48.47%   -8.05%     
==========================================
  Files         108      110       +2     
  Lines       10300    12770    +2470     
  Branches     1402     6140    +4738     
==========================================
+ Hits         5821     6190     +369     
+ Misses       3894     2491    -1403     
- Partials      585     4089    +3504     

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

During replay nublocks needs to check if blks are alloced
and call free_blk_now to directly free the blks from
bitmap cache and not depend on cp flush.
Copy link
Contributor

@shosseinimotlagh shosseinimotlagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explain the problem thoroughly (with an example and UT command to verify) in the pr comment and how this pr solves the problem.

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.

4 participants