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 #5481] Decrease the repeated consumption probability of expired message #5483

Merged
merged 3 commits into from
Nov 9, 2022

Conversation

aaron-ai
Copy link
Member

@aaron-ai aaron-ai commented Nov 8, 2022

Fixes #5481

@aaron-ai aaron-ai changed the title Decrease the repeated consumption probability of expired message [ISSUE #5481] Decrease the repeated consumption probability of expired message Nov 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2022

Codecov Report

Merging #5483 (1a86e23) into develop (9b2375d) will decrease coverage by 0.04%.
The diff coverage is 22.53%.

@@              Coverage Diff              @@
##             develop    #5483      +/-   ##
=============================================
- Coverage      43.18%   43.14%   -0.05%     
+ Complexity      8066     8065       -1     
=============================================
  Files           1025     1025              
  Lines          72195    72245      +50     
  Branches        9559     9564       +5     
=============================================
- Hits           31180    31167      -13     
- Misses         37067    37130      +63     
  Partials        3948     3948              
Impacted Files Coverage Δ
...cketmq/broker/offset/ConsumerOrderInfoManager.java 76.15% <0.00%> (-1.10%) ⬇️
...pl/consumer/ConsumeMessageConcurrentlyService.java 46.60% <0.00%> (-1.08%) ⬇️
...he/rocketmq/test/client/rmq/RMQNormalConsumer.java 0.00% <0.00%> (ø)
.../apache/rocketmq/test/client/rmq/RMQPopClient.java 0.00% <0.00%> (ø)
...pache/rocketmq/test/client/rmq/RMQPopConsumer.java 0.00% <0.00%> (ø)
.../apache/rocketmq/test/factory/ConsumerFactory.java 0.00% <0.00%> (ø)
...rg/apache/rocketmq/test/util/MQAdminTestUtils.java 0.00% <ø> (ø)
...org/apache/rocketmq/tools/command/CommandUtil.java 31.16% <0.00%> (-3.12%) ⬇️
...he/rocketmq/client/impl/consumer/ProcessQueue.java 60.17% <37.50%> (-0.38%) ⬇️
...rocketmq/broker/processor/PopMessageProcessor.java 37.39% <52.63%> (+0.08%) ⬆️
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lizhanhui lizhanhui merged commit c217d8b into apache:develop Nov 9, 2022
drpmma pushed a commit that referenced this pull request Feb 21, 2023
…d message (#5483)

* Decrease the repeated consumption probability of expired message

* Polish code

* Make test method name consistent with that of main source file

Co-authored-by: Li Zhanhui <lizhanhui@gmail.com>
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.

Decrease the repeated consumption probability of expired message
3 participants