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

raftstore: fix failing to restart after tikv OOM crash #9

Open
wants to merge 3 commits into
base: patch-5.1
Choose a base branch
from

Commits on Sep 14, 2021

  1. raftstore: fix failing to restart after tikv OOM crash (#7)

    * use flushed last applied index in gc
    
    Signed-off-by: qi.xu <tonxuqi@outlook.com>
    tonyxuqqi authored and qi.xu committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    fe22c7b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Dec 14, 2021

  1. raftstore: support multi-files snapshot(Issue tikv#11595)

    Add a new config: server.max_snapshot_file_raw_size (size before compression) to limit the write amplification in big region scenario.
    For scenarios when older version TiKv co-exists (like rolling upgrade), it will rely on feature gate and still use single snapshot file for backward compatibility.
    
    Signed-off-by: tonyxuqqi <tonyxuqi@outlook.com>
    tonyxuqqi authored and qi.xu committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    1b01e7f View commit details
    Browse the repository at this point in the history