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,embed: clean up/reorganize client/peer/corrupt handlers #8898

Merged
merged 4 commits into from
Nov 21, 2017

Commits on Nov 20, 2017

  1. etcdserver/corrupt: set dial timeout for peer clientv3

    Preliminary commit for initial hash checking.
    Dial timeout when other nodes have not been booted.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    f6f0fb1 View commit details
    Browse the repository at this point in the history
  2. etcdserver/corrupt: add "getPeerHashKVs" method

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    1ce3a41 View commit details
    Browse the repository at this point in the history
  3. etcdserver/corrupt: document data corrupt checking in checkHashKV

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    08434d0 View commit details
    Browse the repository at this point in the history
  4. embed: split peer/client/metrics serve methods

    Priliminary commit to start client server later.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    75ababa View commit details
    Browse the repository at this point in the history