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

*: configure Raft Pre-Vote to reduce disruptive rejoining servers #9352

Merged
merged 4 commits into from
Mar 7, 2018

Commits on Mar 6, 2018

  1. raft: document disruptive rejoining server, add tests

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    8aae8c1 View commit details
    Browse the repository at this point in the history
  2. etcdserver: support Raft Pre-Vote

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7891884 View commit details
    Browse the repository at this point in the history
  3. embed: add "ExperimentalPreVote" for Raft

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    3092d3b View commit details
    Browse the repository at this point in the history
  4. etcdmain: add "--experimental-pre-vote" flag

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    b48d3eb View commit details
    Browse the repository at this point in the history