-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: exclude archived timelines from freeze+flush on shutdown (#…
…10594) ## Problem If offloading races with normal shutdown, we get a "failed to freeze and flush: cannot flush frozen layers when flush_loop is not running, state is Exited". This is harmless but points to it being quite strange to try and freeze and flush such a timeline. flushing on shutdown for an archived timeline isn't useful. Related: #10389 ## Summary of changes - During Timeline::shutdown, ignore ShutdownMode::FreezeAndFlush if the timeline is archived
- Loading branch information
Showing
1 changed file
with
41 additions
and
30 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
f09cfd1
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.
7565 tests run: 7199 passed, 3 failed, 363 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfctest_pgbench_simple_update_workload[neon_on-github-actions-selfhosted-45-100]
: release-x86-64-with-lfctest_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64-with-lfcFlaky tests (3)
Postgres 17
test_s3_wal_replay
: release-x86-64-with-lfctest_peer_recovery
: release-arm64-with-lfctest_pageserver_lsn_wait_error_start
: release-x86-64-with-lfcCode coverage* (full report)
functions
:33.4% (8518 of 25538 functions)
lines
:49.1% (71516 of 145571 lines)
* collected from Rust tests only
f09cfd1 at 2025-01-31T13:30:33.620Z :recycle: