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

feat(pageserver): support split delta layers #8599

Merged
merged 4 commits into from
Aug 5, 2024
Merged

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Aug 5, 2024

Problem

part of #8002

Summary of changes

Similar to #8574, we add auto-split support for delta layers. Tests are reused from image layer split writers.

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

skyzh added 2 commits August 5, 2024 14:45
@skyzh skyzh marked this pull request as ready for review August 5, 2024 07:10
@skyzh skyzh requested a review from a team as a code owner August 5, 2024 07:10
@skyzh skyzh requested review from arssher and arpad-m August 5, 2024 07:10
Signed-off-by: Alex Chi Z <[email protected]>
Copy link

github-actions bot commented Aug 5, 2024

2134 tests run: 2065 passed, 0 failed, 69 skipped (full report)


Flaky tests (1)

Postgres 15

Code coverage* (full report)

  • functions: 32.9% (7155 of 21726 functions)
  • lines: 50.6% (57764 of 114231 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8e89f16 at 2024-08-05T10:38:19.824Z :recycle:

@skyzh skyzh enabled auto-merge (squash) August 5, 2024 10:29
@skyzh skyzh merged commit 200fa56 into main Aug 5, 2024
63 checks passed
@skyzh skyzh deleted the skyzh/split-delta-writer branch August 5, 2024 10:30
jcsp pushed a commit that referenced this pull request Aug 12, 2024
part of #8002

Similar to #8574, we add
auto-split support for delta layers. Tests are reused from image layer
split writers.


---------

Signed-off-by: Alex Chi Z <[email protected]>
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.

2 participants