-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: only zero truncated FSM page on owning shard (#10032)
## Problem FSM pages are managed like regular relation pages, and owned by a single shard. However, when truncating the FSM relation the last FSM page was zeroed out on all shards. This is unnecessary and potentially confusing. The superfluous keys will be removed during compactions, as they do not belong on these shards. Resolves #10027. ## Summary of changes Only zero out the truncated FSM page on the owning shard.
- Loading branch information
1 parent
d1ab747
commit 56f867b
Showing
1 changed file
with
10 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
56f867b
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.
7040 tests run: 6729 passed, 2 failed, 309 skipped (full report)
Failures on Postgres 17
test_pageserver_small_inmemory_layers[True]
: debug-x86-64Failures on Postgres 15
test_pull_timeline[True]
: release-x86-64Flaky tests (6)
Postgres 17
test_subscriber_synchronous_commit
: release-x86-64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 16
test_prefetch[4]
: release-arm64Postgres 15
test_prefetch[4]
: release-x86-64test_pull_timeline[True]
: release-arm64Postgres 14
test_pull_timeline[True]
: release-x86-64Test coverage report is not available
56f867b at 2024-12-06T08:10:56.115Z :recycle: