-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardlink resident layers during detach ancestor (#10729)
After a detach ancestor operation, we don't want to on-demand download layers that are already resident. This has shown to impede performance, sometimes quite a lot (50 seconds: #8828 (comment)) Fixes #8828.
- Loading branch information
Showing
2 changed files
with
59 additions
and
33 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
f7b2293
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.
7576 tests run: 7184 passed, 0 failed, 392 skipped (full report)
Flaky tests (4)
Postgres 15
test_scrubber_physical_gc_ancestors[2]
: release-arm64-with-lfcPostgres 14
test_compute_pageserver_connection_stress
: release-x86-64-with-lfctest_pageserver_gc_compaction_idempotent[after_restart]
: release-x86-64-with-lfc, release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8582 of 25850 functions)
lines
:49.1% (72283 of 147327 lines)
* collected from Rust tests only
f7b2293 at 2025-02-11T19:36:19.829Z :recycle: