Skip to content

Conversation

@YanYunyang
Copy link
Contributor

@YanYunyang YanYunyang commented Nov 12, 2025

…ic, update the Set in the topicSubscribeInfoTable.

Which Issue(s) This PR Fixes

Fixes #9830

Brief Description

Fix the bug caused by outdated topic route data, which leads to a backlog of messages cannot be consumed.

How Did You Test This Change?

The test and verification within the internal network of my company have been successful.

…ic, update the Set<MessageQueue> in the topicSubscribeInfoTable.
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 48.24%. Comparing base (e2be0f2) to head (c72cc77).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...lient/impl/consumer/DefaultMQPushConsumerImpl.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9846      +/-   ##
=============================================
- Coverage      48.28%   48.24%   -0.04%     
+ Complexity     12234    12229       -5     
=============================================
  Files           1314     1314              
  Lines          93779    93785       +6     
  Branches       12034    12033       -1     
=============================================
- Hits           45277    45248      -29     
- Misses         42888    42920      +32     
- Partials        5614     5617       +3     

☔ 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.

@YanYunyang YanYunyang changed the title [ISSUE apache#9830] when the topicSubscribeInfoTable contains the top… [ISSUE #9830] when the topicSubscribeInfoTable contains the top… Nov 13, 2025
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.

The broker restart caused messages backlog and they couldn't be consumed

2 participants