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): update remote latest_gc_cutoff after gc-compaction #10209

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Dec 19, 2024

Problem

close #10208
part of #9114

Summary of changes

  • Ensure remote latest_gc_cutoff is up-to-date before removing any files for gc-compaction.

@skyzh skyzh requested review from problame and arpad-m December 19, 2024 17:33
@skyzh skyzh requested a review from a team as a code owner December 19, 2024 17:33
@skyzh skyzh enabled auto-merge December 19, 2024 18:04
Copy link

7095 tests run: 6796 passed, 0 failed, 299 skipped (full report)


Flaky tests (4)

Postgres 17

Postgres 15

  • test_physical_replication_config_mismatch_too_many_known_xids: release-arm64

Code coverage* (full report)

  • functions: 31.2% (8396 of 26876 functions)
  • lines: 47.9% (66656 of 139022 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
3979716 at 2024-12-19T18:36:18.518Z :recycle:

@skyzh skyzh added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 9c53b41 Dec 19, 2024
84 checks passed
@skyzh skyzh deleted the skyzh/update-latest-cutoff branch December 19, 2024 18:41
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.

pageserver: latest_gc_cutoff can go backwards after restart
2 participants