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

Checkpoint improvements #454

Merged
merged 5 commits into from
Jul 11, 2024
Merged

Checkpoint improvements #454

merged 5 commits into from
Jul 11, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    52449d3 View commit details
    Browse the repository at this point in the history
  2. Add ra_aux:last_applied/1

    kjnilsson committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    da6ec20 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Avoid using file server

    kjnilsson committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2fbb7a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Ensure cluster_index_term is updated after snapshot installation.

    If the snapshot contained a member change it may not update
    the leaderboard correctly.
    kjnilsson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b4f4e93 View commit details
    Browse the repository at this point in the history
  2. Try a different checkpoint thinning approach

    Instead of setting a fixed upper limit the max_checkpoints ra_log
    settings instead determins the point at which thinning will beging
    to be applied. This means there is no upper limit on the number
    of checkpoints that can exist but the differnce in indexes will
    begin to increase as the number goes up.
    kjnilsson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    47984cc View commit details
    Browse the repository at this point in the history