-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: long timeline create cancelled by tenant delete (#5917)
Fix the fallible vs. infallible check order with `UninitTimeline::finish_creation` so that the incomplete timeline can be removed. Currently the order of drop guard unwrapping causes uninit files to be left on pageserver, blocking the tenant deletion. Cc: #5914 Cc: #investigation-2023-11-23-stuck-tenant-deletion
- Loading branch information
Showing
5 changed files
with
101 additions
and
8 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
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
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
6b1c4cc
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.
2492 tests run: 2356 passed, 0 failed, 136 skipped (full report)
Flaky tests (6)
Postgres 16
test_branching_with_pgbench[flat-1-10]
: debugtest_crafted_wal_end[last_wal_record_crossing_segment]
: debugtest_lfc_resize
: debugtest_pitr_gc
: debugPostgres 15
test_crafted_wal_end[last_wal_record_crossing_segment]
: releasePostgres 14
test_gc_cutoff
: debugCode coverage (full report)
functions
:54.1% (8999 of 16637 functions)
lines
:81.5% (52493 of 64406 lines)
6b1c4cc at 2023-11-24T17:39:24.728Z :recycle: