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 #5493] fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of date #5494

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

humkum
Copy link
Contributor

@humkum humkum commented Nov 9, 2022

closes #5493

@humkum humkum changed the title [ISSUE #5493]fix : npe caused by get item by logic offset if the target logicQueueMappingItem out of time [ISSUE #5493]fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of time Nov 9, 2022
@humkum humkum changed the title [ISSUE #5493]fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of time [ISSUE #5493]fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of date Nov 9, 2022
@humkum humkum changed the title [ISSUE #5493]fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of date [ISSUE #5493] fix : npe caused by get item by logic offset if the target logicQueueMappingItem was out of date Nov 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #5494 (1ed2056) into develop (cca25fc) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop    #5494      +/-   ##
=============================================
- Coverage      43.20%   43.16%   -0.05%     
+ Complexity      8083     8072      -11     
=============================================
  Files           1025     1025              
  Lines          72232    72233       +1     
  Branches        9563     9563              
=============================================
- Hits           31211    31181      -30     
- Misses         37071    37110      +39     
+ Partials        3950     3942       -8     
Impacted Files Coverage Δ
...tmq/common/statictopic/TopicQueueMappingUtils.java 60.28% <0.00%> (-0.15%) ⬇️
...rg/apache/rocketmq/common/stats/StatsSnapshot.java 84.61% <0.00%> (-15.39%) ⬇️
...org/apache/rocketmq/common/stats/StatsItemSet.java 41.79% <0.00%> (-11.95%) ⬇️
.../apache/rocketmq/common/stats/MomentStatsItem.java 38.09% <0.00%> (-9.53%) ⬇️
...ache/rocketmq/common/stats/MomentStatsItemSet.java 39.13% <0.00%> (-8.70%) ⬇️
...va/org/apache/rocketmq/common/stats/StatsItem.java 50.00% <0.00%> (-4.17%) ⬇️
...mq/broker/topic/TopicQueueMappingCleanService.java 12.43% <0.00%> (-3.63%) ⬇️
.../apache/rocketmq/store/ha/DefaultHAConnection.java 65.86% <0.00%> (-1.21%) ⬇️
...a/org/apache/rocketmq/store/StoreStatsService.java 33.97% <0.00%> (-0.56%) ⬇️
...che/rocketmq/acl/plain/PlainPermissionManager.java 78.22% <0.00%> (-0.54%) ⬇️
... and 9 more

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

@lizhanhui lizhanhui merged commit 6033983 into apache:develop Nov 9, 2022
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.

[Static Topic] Fix : NPE caused by logicQueueMappingItem out of date
3 participants