Skip to content

[ISSUE #9233] Fix query time boundary calculation in tiered storage#9374

Merged
lizhimins merged 4 commits intoapache:developfrom
dingshuangxi888:fix_query_index_bug
Apr 29, 2025
Merged

[ISSUE #9233] Fix query time boundary calculation in tiered storage#9374
lizhimins merged 4 commits intoapache:developfrom
dingshuangxi888:fix_query_index_bug

Conversation

@dingshuangxi888
Copy link
Copy Markdown
Contributor

Which Issue(s) This PR Fixes

Fixes #9233

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 29, 2025

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.06%. Comparing base (854369a) to head (6ae0f65).
⚠️ Report is 274 commits behind head on develop.

Files with missing lines Patch % Lines
.../rocketmq/tieredstore/index/IndexStoreService.java 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9374      +/-   ##
=============================================
+ Coverage      48.04%   48.06%   +0.01%     
+ Complexity     12142    12131      -11     
=============================================
  Files           1323     1323              
  Lines          93395    93441      +46     
  Branches       11997    12009      +12     
=============================================
+ Hits           44875    44911      +36     
+ Misses         42971    42951      -20     
- Partials        5549     5579      +30     

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

@lizhimins lizhimins merged commit 6819b4d into apache:develop Apr 29, 2025
10 of 11 checks passed
@bxfjb
Copy link
Copy Markdown
Contributor

bxfjb commented May 6, 2025

It looks like this pr revert the #9234, just to be clear, is there any reason? @lizhimins @dingshuangxi888 : )

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] Querying message in tiered storage may fail due to small time scope

4 participants