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

Do not update ra_log_snapshot_state from snapshot writer process. #455

Merged
merged 2 commits into from
Jul 15, 2024

Commits on Jul 12, 2024

  1. Do not update ra_log_snapshot_state from snapshot writer process.

    As this could cause entries not to be written to the WAL (as it thinks
    they will never be read) but the main ra process is not yet aware
    of the snapshot and thus may try to read these entries.
    kjnilsson authored and mkuratczyk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5339a64 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Clear out older checkpoint when a snapshot is isntalled.

    Else this could cause old checkpoints to be promoted.
    kjnilsson committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8987cb3 View commit details
    Browse the repository at this point in the history