-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safekeeper: remove local WAL files ignoring peer_horizon_lsn. (#8900)
If peer safekeeper needs garbage collected segment it will be fetched now from s3 using on-demand WAL download. Reduces danger of running out of disk space when safekeeper fails.
- Loading branch information
Showing
2 changed files
with
20 additions
and
12 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
eae4470
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.
5173 tests run: 4956 passed, 0 failed, 217 skipped (full report)
Flaky tests (5)
Postgres 17
test_restart_endpoint_after_switch_wal
: debug-x86-64Postgres 15
test_multixid_wraparound_import
: release-x86-64test_secondary_background_downloads
: release-x86-64Postgres 14
test_local_file_cache_unlink
: release-x86-64test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.4% (7509 of 23942 functions)
lines
:49.6% (60285 of 121592 lines)
* collected from Rust tests only
eae4470 at 2024-10-04T18:28:42.157Z :recycle: