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 #5847] Add checkBlock for hasMsgFromQueue #5981

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

drpmma
Copy link
Contributor

@drpmma drpmma commented Feb 3, 2023

Add checkBlock for hasMsgFromQueue

Brief changelog

Add checkBlock for hasMsgFromQueue for fifo message notification.

@codecov-commenter
Copy link

Codecov Report

Merging #5981 (5f0e7cc) into develop (6268605) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop    #5981      +/-   ##
=============================================
- Coverage      43.39%   43.37%   -0.03%     
+ Complexity      8829     8821       -8     
=============================================
  Files           1090     1090              
  Lines          76609    76611       +2     
  Branches       10003    10004       +1     
=============================================
- Hits           33244    33228      -16     
- Misses         39209    39223      +14     
- Partials        4156     4160       +4     
Impacted Files Coverage Δ
...cketmq/broker/processor/NotificationProcessor.java 10.65% <0.00%> (-0.13%) ⬇️
...apache/rocketmq/broker/longpolling/PopRequest.java 31.03% <0.00%> (-13.80%) ⬇️
.../org/apache/rocketmq/store/ha/DefaultHAClient.java 58.97% <0.00%> (-2.57%) ⬇️
...he/rocketmq/client/trace/AsyncTraceDispatcher.java 82.21% <0.00%> (-1.45%) ⬇️
...cketmq/broker/schedule/ScheduleMessageService.java 56.91% <0.00%> (-1.14%) ⬇️
...a/org/apache/rocketmq/store/StoreStatsService.java 33.97% <0.00%> (-0.56%) ⬇️
...mq/client/impl/producer/DefaultMQProducerImpl.java 46.17% <0.00%> (-0.37%) ⬇️
...e/rocketmq/namesrv/routeinfo/RouteInfoManager.java 63.43% <0.00%> (-0.33%) ⬇️
...ent/impl/consumer/DefaultLitePullConsumerImpl.java 68.75% <0.00%> (-0.16%) ⬇️
...main/java/org/apache/rocketmq/store/CommitLog.java 65.03% <0.00%> (-0.11%) ⬇️
... and 6 more

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

@drpmma drpmma merged commit 671977e into apache:develop Feb 6, 2023
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.

None yet

3 participants