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): add an optional lease to the get_lsn_by_timestamp API #8104

Merged
merged 9 commits into from
Jun 24, 2024

Commits on Jun 18, 2024

  1. feat(pageserver): add an optional lease to the get_lsn_by_timestamp API

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1c37ca8 View commit details
    Browse the repository at this point in the history
  2. update openapi spec to use the same field name

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    491c4f6 View commit details
    Browse the repository at this point in the history
  2. log error on make_lsn_lease failure; fix py fstring format

    Signed-off-by: Yuchen Liang <yuchen@neon.tech>
    yliang412 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ca7dcfe View commit details
    Browse the repository at this point in the history
  3. log warn on lease error; grant lease on all kinds of LSN

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

Commits on Jun 20, 2024

  1. fix test to assert lease granted for all returned LSN kinds

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    022eecc View commit details
    Browse the repository at this point in the history