-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scrubber: retry when missing index key in the listing (#8873)
Part of #8128, fixes #8872. ## Problem See #8872. ## Summary of changes - Retry `list_timeline_blobs` another time if - there are layer file keys listed but not index. - failed to download index. - Instrument code with `analyze-tenant` and `analyze-timeline` span. - Remove `initdb_archive` check, it could have been deleted. - Return with exit code 1 on fatal error if `--exit-code` parameter is set. Signed-off-by: Yuchen Liang <[email protected]>
- Loading branch information
Showing
3 changed files
with
164 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
37aa6fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5074 tests run: 4900 passed, 0 failed, 174 skipped (full report)
Flaky tests (2)
Postgres 17
test_pageserver_compaction_smoke
: release-arm64Postgres 14
test_storage_controller_onboarding[True]
: release-x86-64Code coverage* (full report)
functions
:32.1% (7455 of 23231 functions)
lines
:49.9% (60091 of 120389 lines)
* collected from Rust tests only
37aa6fd at 2024-09-24T02:16:20.621Z :recycle: