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

[v23.3.x] stm_manager: tighten interaction between bg application and snapshots #21255

Commits on Jul 5, 2024

  1. stm_manager: tighten interaction between bg application and snapshots

    wait for background applicators to finish before applying raft
    snapshots, else there is a danger of next_to_apply offset moving
    backwards with interleaved bg_apply and snapshot fibers.
    
    (cherry picked from commit c8290e5)
    bharathv authored and vbotbuildovich committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3616180 View commit details
    Browse the repository at this point in the history
  2. stm_manager/tests: test racing bg apply with snapshots

    (cherry picked from commit 9ed66c9)
    bharathv authored and vbotbuildovich committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f2f9302 View commit details
    Browse the repository at this point in the history