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

[ISSUE #419]✨Implement message persistence to disk during transmission-2✨ #420

Merged
merged 6 commits into from
Jun 3, 2024

Conversation

mxsm
Copy link
Owner

@mxsm mxsm commented Jun 3, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #419

Brief Description

How Did You Test This Change?

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 4.24242% with 158 lines in your changes are missing coverage. Please review.

Project coverage is 20.86%. Comparing base (425114b) to head (72d70fe).

Files Patch % Lines
...g_file/flush_manager_impl/defalut_flush_manager.rs 0.00% 131 Missing ⚠️
...ketmq-store/src/consume_queue/mapped_file_queue.rs 0.00% 15 Missing ⚠️
rocketmq-store/src/log_file/commit_log.rs 0.00% 6 Missing ⚠️
rocketmq-store/src/base/store_checkpoint.rs 0.00% 2 Missing ⚠️
...tmq-store/src/log_file/mapped_file/default_impl.rs 0.00% 2 Missing ⚠️
...og_file/flush_manager_impl/group_commit_request.rs 0.00% 1 Missing ⚠️
.../src/log_file/mapped_file/default_impl_refactor.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
- Coverage   21.07%   20.86%   -0.22%     
==========================================
  Files         211      211              
  Lines       14239    14380     +141     
==========================================
- Hits         3001     3000       -1     
- Misses      11238    11380     +142     

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

@mxsm mxsm merged commit dc31c0b into main Jun 3, 2024
7 of 9 checks passed
@mxsm mxsm deleted the feature-419 branch June 3, 2024 08:54
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.

[Feature]Implement message persistence to disk during transmission-2
2 participants