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 #9125]Fix: array out-of-bounds exceptions caused by messages not present #9126

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

3424672656
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #9125

Brief Description

How Did You Test This Change?

@3424672656 3424672656 changed the title [ISSUE #9125]fix: Fixed array out-of-bounds exceptions caused by messages not present [ISSUE #9125]Fix: array out-of-bounds exceptions caused by messages not present Jan 11, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2025

Codecov Report

Attention: Patch coverage is 16.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 47.98%. Comparing base (119a0be) to head (09d2315).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...ache/rocketmq/tieredstore/file/FlatAppendFile.java 0.00% 2 Missing and 1 partial ⚠️
...e/rocketmq/tieredstore/file/FlatCommitLogFile.java 33.33% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9126      +/-   ##
=============================================
- Coverage      48.11%   47.98%   -0.13%     
+ Complexity     12086    12050      -36     
=============================================
  Files           1320     1320              
  Lines          92840    92852      +12     
  Branches       11898    11899       +1     
=============================================
- Hits           44670    44556     -114     
- Misses         42671    42785     +114     
- Partials        5499     5511      +12     

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

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.

[Bug] Fixed array overreach caused by site error when reading messages from tiered storage
2 participants