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 #334]🚧Optimize commitlog recover-2 #335

Merged
merged 1 commit into from
May 1, 2024
Merged

[ISSUE #334]🚧Optimize commitlog recover-2 #335

merged 1 commit into from
May 1, 2024

Conversation

mxsm
Copy link
Owner

@mxsm mxsm commented May 1, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #334

Brief Description

How Did You Test This Change?

Copy link

codecov bot commented May 1, 2024

Codecov Report

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

Project coverage is 13.57%. Comparing base (523ce23) to head (62bfbf6).

Files Patch % Lines
rocketmq-store/src/queue/single_consume_queue.rs 0.00% 167 Missing ⚠️
...-store/src/queue/local_file_consume_queue_store.rs 0.00% 97 Missing ⚠️
rocketmq-store/src/queue/queue_offset_operator.rs 0.00% 84 Missing ⚠️
rocketmq-store/src/queue/batch_consume_queue.rs 0.00% 66 Missing ⚠️
rocketmq-store/src/log_file/commit_log.rs 0.00% 40 Missing ⚠️
rocketmq-store/src/queue/consume_queue_ext.rs 0.00% 25 Missing ⚠️
...cketmq-store/src/message_store/local_file_store.rs 0.00% 22 Missing ⚠️
.../src/log_file/mapped_file/default_impl_refactor.rs 4.54% 21 Missing ⚠️
...ketmq-store/src/consume_queue/mapped_file_queue.rs 11.76% 15 Missing ⚠️
rocketmq-store/src/config/message_store_config.rs 0.00% 4 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
- Coverage   14.19%   13.57%   -0.63%     
==========================================
  Files         194      197       +3     
  Lines       10289    10762     +473     
==========================================
  Hits         1461     1461              
- Misses       8828     9301     +473     

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

@mxsm mxsm merged commit fa79f26 into main May 1, 2024
7 of 9 checks passed
@mxsm mxsm deleted the feature-334 branch May 1, 2024 13:10
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] Optimize commitlog recover-2
4 participants