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(Layer): carry gate until eviction is complete #7838

Merged
merged 2 commits into from
May 22, 2024

Conversation

koivunej
Copy link
Member

@koivunej koivunej commented May 22, 2024

the gate was accidentially being dropped before the final blocking phase, possibly explaining the resident physical size global problems during deletions.

it could had caused more harm as well, but the path is not actively being tested because cplane no longer puts locationconfigs with higher generation number during normal operation which prompted the last wave of fixes.

Cc: #7341.

it was accidentially being dropped before the blocking phase, possibly
explaining the resident physical size global problems during deletions.

it could had caused more harm as well, but the path is not actively
being tested.
@koivunej koivunej requested a review from a team as a code owner May 22, 2024 13:24
@koivunej koivunej requested a review from skyzh May 22, 2024 13:24
Copy link

3096 tests run: 2969 passed, 0 failed, 127 skipped (full report)


Flaky tests (1)

Postgres 14

  • test_pageserver_init_node_id: debug

Code coverage* (full report)

  • functions: 31.3% (6415 of 20481 functions)
  • lines: 48.1% (49324 of 102648 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
66116cb at 2024-05-22T14:11:32.617Z :recycle:

Copy link
Contributor

@jcsp jcsp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find

@koivunej koivunej merged commit 62aac6c into main May 22, 2024
55 checks passed
@koivunej koivunej deleted the joonas/too_early_gate_drop branch May 22, 2024 15:13
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.

3 participants