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

*: expose Leadership Transfer API to clients #8153

Merged
merged 10 commits into from
Jul 6, 2017

Commits on Jun 23, 2017

  1. etcdserver/etcdserverpb: define 'MoveLeader' RPC

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    d82f257 View commit details
    Browse the repository at this point in the history
  2. *: regenerate proto with 'MoveLeader' RPC

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    265303c View commit details
    Browse the repository at this point in the history
  3. etcdserver/*: add 'ErrNotLeader'

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    939bbd7 View commit details
    Browse the repository at this point in the history
  4. etcdserver/api/v3rpc: add 'MoveLeader' to 'maintenanceServer'

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    b1a0ae3 View commit details
    Browse the repository at this point in the history
  5. proxy/*: add 'MoveLeader' RPC

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    3e263d5 View commit details
    Browse the repository at this point in the history
  6. etcdserver: expose 'transferLeadership' as 'MoveLeader'

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    403ba1d View commit details
    Browse the repository at this point in the history
  7. integration: test 'MoveLeader' service

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    c5532dd View commit details
    Browse the repository at this point in the history
  8. clientv3/*: add 'MoveLeader' method to 'Maintenance'

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    581a83d View commit details
    Browse the repository at this point in the history
  9. etcdctl/ctlv3: add 'move-leader' command

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    6e9b776 View commit details
    Browse the repository at this point in the history
  10. e2e: test 'move-leader' command

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    d428958 View commit details
    Browse the repository at this point in the history