-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): make delta split layer writer finish atomic (#9048)
similar to #8841, we make the delta layer writer atomic when finishing the layers. ## Summary of changes * `put_value` not taking discard fn anymore * `finish` decides what layers to keep --------- Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
2 changed files
with
63 additions
and
133 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
64949a3
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.
5238 tests run: 5023 passed, 1 failed, 214 skipped (full report)
Failures on Postgres 17
test_tenant_config
: debug-x86-64Flaky tests (1)
Postgres 17
test_readonly_node_gc
: debug-x86-64Test coverage report is not available
64949a3 at 2024-10-22T22:56:30.823Z :recycle: