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

fix(storage-scrubber): valid layermap error degrades to warning #9902

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Nov 26, 2024

Valid layer assumption is a necessary condition for a layer map to be valid. It's a stronger check imposed by gc-compaction than the actual valid layermap definition. Actually, the system can work as long as there are no overlapping layer maps. Therefore, we degrade that into a warning.

Signed-off-by: Alex Chi Z <chi@neon.tech>
@skyzh skyzh requested a review from arpad-m November 26, 2024 21:59
@skyzh skyzh requested a review from a team as a code owner November 26, 2024 21:59
Copy link

6941 tests run: 6633 passed, 0 failed, 308 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 30.8% (7972 of 25851 functions)
  • lines: 48.6% (63305 of 130182 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8cc2a2b at 2024-11-26T23:00:47.687Z :recycle:

@skyzh skyzh changed the title fix(storage-scrubber): valid layermap degrades to warning fix(storage-scrubber): valid layermap error degrades to warning Nov 27, 2024
@skyzh skyzh added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit 23f5a27 Nov 27, 2024
82 checks passed
@skyzh skyzh deleted the skyzh/error-to-warn-layer-map branch November 27, 2024 16:08
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.

2 participants