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): use leases to temporarily block gc #8084

Merged
merged 8 commits into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. feat(pageserver): use leases to temporarily block gc

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    855ef76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec96d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. use cancellable initial timeout; add cfg flag for lease duration

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    089c8df View commit details
    Browse the repository at this point in the history
  2. switch to runtime config

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3504ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07234d9 View commit details
    Browse the repository at this point in the history
  4. fix lease length getter

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8ecce88 View commit details
    Browse the repository at this point in the history
  5. fix test_fully_custom_config

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9662691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf488a8 View commit details
    Browse the repository at this point in the history