[ISSUE #10193] incorrect min offset returned from TieredMessageStore when local store returns -1#10194
[ISSUE #10193] incorrect min offset returned from TieredMessageStore when local store returns -1#10194Kris20030907 wants to merge 2 commits intoapache:developfrom
Conversation
|
Could you rebase the develop branch and check the CI? |
… store returns -1
1075dff to
01828df
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10194 +/- ##
=============================================
- Coverage 49.03% 48.92% -0.11%
+ Complexity 13408 13382 -26
=============================================
Files 1373 1373
Lines 99922 99936 +14
Branches 12903 12906 +3
=============================================
- Hits 48998 48897 -101
- Misses 44985 45081 +96
- Partials 5939 5958 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
done. Thanks for pointing it out, plz check😺. |
|
It seems CI has encountered some issues on the Windows environment. 2026-04-03 11:29:24.074 WARN [ main] Destroy Posix FileSegment error, filePath: 212d6b50_DefaultCluster\brokerName\MessageStoreTest\0\CONSUME_QUEUE\08f90c1a00000000000000002000 |
The reason is that the previous unit test had an issue with handles not being released on Windows. I re-checked it and found that we just need to adjust the unit test. Also, the latest failed CI/CD doesn't seem to be related to my changes. Please trigger it again. |
… store returns -1
Which Issue(s) This PR Fixes
Brief Description
How Did You Test This Change?