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 #6933] Support delete expired or damaged file in tiered storage and optimize fetch code #6952

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

lizhimins
Copy link
Member

@lizhimins lizhimins commented Jun 27, 2023

If cq dispatch < local store min offset, do self-healing logic for storage and rebuild automatically

由于文件损坏或者非预期原因导致 cq dispatch < local store min offset, 添加存储自愈的逻辑, 自动重建

@codecov-commenter
Copy link

Codecov Report

Merging #6952 (95f63be) into develop (fa8f256) will increase coverage by 0.00%.
The diff coverage is 44.11%.

@@            Coverage Diff             @@
##             develop    #6952   +/-   ##
==========================================
  Coverage      42.67%   42.67%           
- Complexity      9207     9220   +13     
==========================================
  Files           1131     1131           
  Lines          80434    80446   +12     
  Branches       10512    10514    +2     
==========================================
+ Hits           34322    34333   +11     
- Misses         41823    41833   +10     
+ Partials        4289     4280    -9     
Impacted Files Coverage Δ
.../apache/rocketmq/tieredstore/TieredDispatcher.java 45.39% <0.00%> (-0.61%) ⬇️
...che/rocketmq/tieredstore/file/TieredIndexFile.java 30.50% <ø> (ø)
...ache/rocketmq/tieredstore/file/TieredFlatFile.java 75.32% <20.00%> (ø)
...tieredstore/metrics/TieredStoreMetricsManager.java 56.93% <50.00%> (ø)
...che/rocketmq/tieredstore/TieredMessageFetcher.java 59.71% <50.94%> (-0.52%) ⬇️
...ovider/inputstream/TieredCommitLogInputStream.java 90.72% <100.00%> (ø)

... and 21 files with indirect coverage changes

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

@lizhimins lizhimins merged commit c96a0b5 into apache:develop Jun 27, 2023
10 checks passed
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.

3 participants