-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): race between gc-compaction and repartition (#10127)
## Problem close #10124 gc-compaction split_gc_jobs is holding the repartition lock for too long time. ## Summary of changes * Ensure split_gc_compaction_jobs drops the repartition lock once it finishes cloning the structures. * Update comments. --------- Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 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
7ee5dca
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.
7095 tests run: 6798 passed, 0 failed, 297 skipped (full report)
Flaky tests (5)
Postgres 17
test_lr_with_slow_safekeeper
: release-x86-64test_nbtree_pagesplit_cycleid
: release-arm64test_timeline_archival_chaos
: release-x86-64Postgres 15
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 14
test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64Code coverage* (full report)
functions
:31.4% (8401 of 26778 functions)
lines
:48.1% (66628 of 138651 lines)
* collected from Rust tests only
7ee5dca at 2024-12-13T19:23:53.124Z :recycle: