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

clientv3: backport new balancer to release-3.2, upgrade gRPC to v1.7.3 #8867

Merged
merged 10 commits into from
Nov 16, 2017

Commits on Nov 16, 2017

  1. glide: update grpc, grpc-gateway

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    6d40628 View commit details
    Browse the repository at this point in the history
  2. vendor: update grpc, grpc-gateway, protobuf

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    fddae84 View commit details
    Browse the repository at this point in the history
  3. scripts/genproto: update protobuf, grpc-gateway gen

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    546d5fe View commit details
    Browse the repository at this point in the history
  4. *: regenerate proto

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    eb1589a View commit details
    Browse the repository at this point in the history
  5. bill-of-materials: regenerate

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    7f0f5e2 View commit details
    Browse the repository at this point in the history
  6. *: deprecate "metadata.NewContext"

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d62e39d View commit details
    Browse the repository at this point in the history
  7. *: use grpclog.NewLoggerV2

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    2a6d504 View commit details
    Browse the repository at this point in the history
  8. *: add max requests bytes, keepalive to server, blackhole methods to …

    …integration
    
    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    939337f View commit details
    Browse the repository at this point in the history
  9. clientv3: fix client balancer with gRPC v1.7

    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    a8c84ff View commit details
    Browse the repository at this point in the history
  10. proxy/grpcproxy: wait until register before Serve

    It was fatal-ing with:
    
    grpclog.Fatalf("grpc: Server.RegisterService after Server.Serve for %q", sd.ServiceName)
    
    Signed-off-by: Gyu-Ho Lee <[email protected]>
    gyuho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    91335d0 View commit details
    Browse the repository at this point in the history