Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pageserver): make delta split layer writer finish atomic #9048

Draft
wants to merge 1 commit into
base: skyzh/split-layer-atomic
Choose a base branch
from

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Sep 18, 2024

Problem

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

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

4968 tests run: 4804 passed, 0 failed, 164 skipped (full report)


Flaky tests (9)

Postgres 17

Postgres 16

Postgres 14

Code coverage* (full report)

  • functions: 31.8% (7404 of 23299 functions)
  • lines: 49.7% (59541 of 119722 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
1378e85 at 2024-09-18T16:35:42.664Z :recycle:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant