-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: add
LayerMap::watch_layer0_deltas()
(#10470)
## Problem For compaction backpressure, we need a mechanism to signal when compaction has reduced the L0 delta layer count below the backpressure threshold. Extracted from #10405. ## Summary of changes Add `LayerMap::watch_level0_deltas()` which returns a `tokio::sync::watch::Receiver` signalling the current L0 delta layer count.
- Loading branch information
1 parent
a75e11c
commit 8a8c656
Showing
1 changed file
with
28 additions
and
1 deletion.
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
8a8c656
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.
7370 tests run: 6982 passed, 2 failed, 386 skipped (full report)
Failures on Postgres 15
test_scrubber_physical_gc_ancestors[2]
: release-arm64Failures on Postgres 14
test_scrubber_physical_gc_ancestors[2]
: release-arm64Flaky tests (3)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: release-arm64test_metrics_normal_work
: debug-x86-64, release-arm64Test coverage report is not available
8a8c656 at 2025-01-21T22:06:55.808Z :recycle: