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

chore(pageserver): add force aux file policy switch handler #7842

Merged
merged 7 commits into from
May 22, 2024

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented May 22, 2024

Problem

For existing users, we want to allow doing a force switch for their aux file policy.

Part of #7462

Summary of changes

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

github-actions bot commented May 22, 2024

3108 tests run: 2982 passed, 0 failed, 126 skipped (full report)


Flaky tests (4)

Postgres 16

  • test_timeline_deletion_with_files_stuck_in_upload_queue: debug
  • test_synthetic_size_while_deleting: debug

Postgres 15

  • test_synthetic_size_while_deleting: debug
  • test_vm_bit_clear_on_heap_lock: debug

Code coverage* (full report)

  • functions: 31.4% (6451 of 20515 functions)
  • lines: 48.3% (49865 of 103237 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
d6cb086 at 2024-05-22T19:13:15.446Z :recycle:

@skyzh skyzh marked this pull request as ready for review May 22, 2024 15:44
@skyzh skyzh requested a review from a team as a code owner May 22, 2024 15:44
@skyzh skyzh requested review from jcsp and arpad-m May 22, 2024 15:44
pageserver/src/http/routes.rs Outdated Show resolved Hide resolved
skyzh added 3 commits May 22, 2024 12:42
Signed-off-by: Alex Chi Z <chi@neon.tech>
Signed-off-by: Alex Chi Z <chi@neon.tech>
Signed-off-by: Alex Chi Z <chi@neon.tech>
@skyzh skyzh requested a review from jcsp May 22, 2024 16:43
@skyzh skyzh force-pushed the skyzh/force-switch-handler branch from d7679f0 to 65d9f31 Compare May 22, 2024 16:43
skyzh added 3 commits May 22, 2024 12:48
Signed-off-by: Alex Chi Z <chi@neon.tech>
Signed-off-by: Alex Chi Z <chi@neon.tech>
Signed-off-by: Alex Chi Z <chi@neon.tech>
@skyzh skyzh enabled auto-merge (squash) May 22, 2024 18:28
@skyzh skyzh merged commit 4a278cc into main May 22, 2024
57 of 58 checks passed
@skyzh skyzh deleted the skyzh/force-switch-handler branch May 22, 2024 19:05
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