Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[ISSUE 9685]add PROPERTY_RETRY_TOPIC in pop retry message#9686

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
1782935682 wants to merge2 commits intoapache:develop
base:develop
Choose a base branch
Loading
from1782935682:fix/9685

Conversation

@1782935682
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes#9685

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commentedSep 10, 2025
edited
Loading

Codecov Report

❌ Patch coverage is50.00000% with1 line in your changes missing coverage. Please review.
✅ Project coverage is 48.10%. Comparing base (2f89371) to head (fc02fcd).
⚠️ Report is 38 commits behind head on develop.

Files with missing linesPatch %Lines
...he/rocketmq/broker/processor/PopReviveService.java50.00%0 Missing and 1 partial⚠️
Additional details and impacted files
@@              Coverage Diff              @@##             develop    #9686      +/-   ##=============================================- Coverage      48.17%   48.10%   -0.07%- Complexity     12091    12103      +12=============================================  Files           1313     1313                Lines          92839    92979     +140       Branches       11868    11875       +7     =============================================+ Hits           44721    44729       +8- Misses         42613    42725     +112- Partials        5505     5525      +20

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

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

msgInner.setStoreHost(brokerController.getStoreHost());
msgInner.setReconsumeTimes(messageExt.getReconsumeTimes() +1);
msgInner.getProperties().putAll(messageExt.getProperties());
if (null ==messageExt.getProperties().get(MessageConst.PROPERTY_RETRY_TOPIC)) {
Copy link
Member

Choose a reason for hiding this comment

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

containsKey

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

改了

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@lizhiminslizhiminslizhimins left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add PROPERTY_RETRY_TOPIC in pop retry message

3 participants

@1782935682@codecov-commenter@lizhimins

[8]ページ先頭

©2009-2025 Movatter.jp