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

etcdserver: increase snapshot to 100,000 #7160

Merged
merged 1 commit into from
Jan 15, 2017

Commits on Jan 14, 2017

  1. etcdserver: increase snapshot to 100,000

    Keep more wal entries in memory for fast follower recovery.
    10,000 was a too small number that triggers quite a few snapshots.
    ZK proves that 100,000 is a reasonable number for even old less prowerful
    machines.
    
    Eventually we should provide both count and max memory (for large entries).
    xiang90 committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    c5a9d54 View commit details
    Browse the repository at this point in the history