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 #8848] Fix log typo #8849

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

mawen12
Copy link
Contributor

@mawen12 mawen12 commented Oct 22, 2024

Which Issue(s) This PR Fixes

Fixes #8848

Brief Description

Some log messages contains typo. Like TopicQueueMappingUtils, StatisticsItemScheduledIncrementPrinter.

How Did You Test This Change?

No test.

@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 47.41%. Comparing base (a024dc8) to head (b139a3a).

Files with missing lines Patch % Lines
...stics/StatisticsItemScheduledIncrementPrinter.java 0.00% 5 Missing ⚠️
...g/protocol/statictopic/TopicQueueMappingUtils.java 50.00% 5 Missing ⚠️
...rocketmq/client/impl/factory/MQClientInstance.java 0.00% 1 Missing ⚠️
.../common/statistics/StatisticsBriefInterceptor.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8849      +/-   ##
=============================================
+ Coverage      47.34%   47.41%   +0.06%     
- Complexity     11594    11605      +11     
=============================================
  Files           1284     1284              
  Lines          90023    90023              
  Branches       11586    11586              
=============================================
+ Hits           42623    42681      +58     
+ Misses         42149    42093      -56     
+ Partials        5251     5249       -2     

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

@RongtongJin RongtongJin changed the title fix log typo [ISSUE #8848] Fix log typo Oct 23, 2024
@RongtongJin RongtongJin merged commit c033c3e into apache:develop Oct 23, 2024
11 checks passed
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.

[Doc] fix typo
3 participants