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: add option to flush WAL on shutdown #25452

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Commits on Oct 10, 2024

  1. feat: add option to flush WAL on shutdown

    Add `--storage-wal-flush-on-shutdown` to flush WAL on database shutdown.
    On successful shutdown, all WAL data will be committed to TSM files and the
    WAL directories will not contain any .wal files.
    
    Clean cherry-pick of #25444 from main-2.x.
    
    Closes: #25422
    (cherry picked from commit 96bade4)
    gwossum committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f04bdfa View commit details
    Browse the repository at this point in the history