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 #467]🔥Optimize broker start and init #468

Merged
merged 2 commits into from
Jun 9, 2024
Merged

[ISSUE #467]🔥Optimize broker start and init #468

merged 2 commits into from
Jun 9, 2024

Conversation

mxsm
Copy link
Owner

@mxsm mxsm commented Jun 9, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #467

Brief Description

How Did You Test This Change?

Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 55 lines in your changes missing coverage. Please review.

Project coverage is 24.64%. Comparing base (9af9876) to head (c217a44).

Files Patch % Lines
rocketmq-broker/src/broker_runtime.rs 0.00% 19 Missing ⚠️
rocketmq-broker/src/processor.rs 0.00% 12 Missing ⚠️
...-broker/src/processor/consumer_manage_processor.rs 0.00% 4 Missing ⚠️
...-broker/src/processor/end_transaction_processor.rs 0.00% 4 Missing ⚠️
...broker/src/processor/query_assignment_processor.rs 0.00% 4 Missing ⚠️
...mq-broker/src/processor/query_message_processor.rs 0.00% 4 Missing ⚠️
...etmq-broker/src/processor/ack_message_processor.rs 0.00% 1 Missing ⚠️
...r/src/processor/change_invisible_time_processor.rs 0.00% 1 Missing ⚠️
...tmq-broker/src/processor/notification_processor.rs 0.00% 1 Missing ⚠️
...tmq-broker/src/processor/peek_message_processor.rs 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #468      +/-   ##
==========================================
- Coverage   24.73%   24.64%   -0.09%     
==========================================
  Files         228      232       +4     
  Lines       16085    16131      +46     
==========================================
- Hits         3978     3976       -2     
- Misses      12107    12155      +48     

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

@mxsm mxsm merged commit 338d84a into main Jun 9, 2024
7 of 9 checks passed
@mxsm mxsm deleted the en-467 branch June 9, 2024 09:12
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.

[Enhancement] Optimize broker start and init
2 participants