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

*: refactor clientv3 balancer, upgrade gRPC to v1.7.2 #8840

Merged
merged 5 commits into from
Nov 10, 2017

Commits on Nov 10, 2017

  1. clientv3: combine "healthBalancer" and "simpleBalancer"

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    012b013 View commit details
    Browse the repository at this point in the history
  2. clientv3/balancer: only notify healthy addresses

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    103efd9 View commit details
    Browse the repository at this point in the history
  3. clientv3/integration: match grpc.ErrClientConnClosing in TestKVNewAft…

    …erClose
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    123b869 View commit details
    Browse the repository at this point in the history
  4. vendor: upgrade grpc to v1.7.2

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    93f12da View commit details
    Browse the repository at this point in the history
  5. clientv3: retry mutable ops on "no connection available"

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