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 #8895] CreateFlushConsumeQueueService for loadAndStartConsumerServiceOnly #9094

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

qianye1001
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #8895

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 47.97%. Comparing base (f32fe78) to head (d3ab0e8).

Files with missing lines Patch % Lines
...rocketmq/common/config/AbstractRocksDBStorage.java 0.00% 1 Missing ⚠️
...org/apache/rocketmq/store/DefaultMessageStore.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9094      +/-   ##
=============================================
- Coverage      48.00%   47.97%   -0.04%     
+ Complexity     12049    12037      -12     
=============================================
  Files           1320     1320              
  Lines          92782    92783       +1     
  Branches       11897    11897              
=============================================
- Hits           44544    44510      -34     
- Misses         42733    42760      +27     
- Partials        5505     5513       +8     

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

@@ -381,6 +381,7 @@ public synchronized boolean start() {
public synchronized boolean shutdown() {
try {
if (!this.loaded) {
LOGGER.info("shutdown OK. {} is not loaded", this.dbPath);
Copy link
Member

Choose a reason for hiding this comment

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

The log content should be more specific

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] CreateFlushConsumeQueueService for loadAndStartConsumerServiceOnly
4 participants