Commit History

Author SHA1 Message Date
  Gyuho Lee d866cf8a9e Merge pull request #9860 from gyuho/new-balancer-april-2018 8 years ago
  Joe Betz cb6e9d2a7e CHANGELOG: Add PR and issue links for new client balancer 8 years ago
  Joe Betz 8451a1715f clientv3: Enable balancer logging if ETCD_CLIENT_DEBUG environment variable is set 8 years ago
  Gyuho Lee aa03eba788 Merge pull request #9859 from wenjiaswe/eddreamdme 8 years ago
  Wenjia Zhang 854e9e1174 etcd-dump-logs: minor change in README.md 8 years ago
  Joe Betz 6309e4b4cf docs: Add client architecture doc 8 years ago
  Joe Betz 6572d605ad vendor: Bump to grpc v1.12.2 8 years ago
  Gyuho Lee d922069713 grpcproxy: fix "grpc.ErrClientConnClosing" handling 8 years ago
  Gyuho Lee 6e521d2f3f clientv3: add "IsConnCanceled", deprecate "grpc.ErrClientConnClosing" 8 years ago
  Gyuho Lee a76681073d clientv3: add "zap.Config" to replace global logger 8 years ago
  Gyuho Lee 08da08bb19 clientv3: clarify retry function names, do not retry on dial error 8 years ago
  Gyuho Lee dd520cebd4 clientv3: put "defaultCallOpts" back to "Client" object 8 years ago
  Gyuho Lee a3032d3d0b *: fix fmt tests, reenable "testEmbedEtcdGracefulStop" 8 years ago
  Joe Betz 3b84117f54 clientv3/integration: Add err check to TestDialTLSNoConfig to prevent nil pointer dereference on c.Close() 8 years ago
  Joe Betz 05c57a0ea4 integration: Fix unit test failures from new grpc LB changes, fix bom 8 years ago
  Joe Betz 55ef9cc1d0 clientv3: Add auth retry to retry interceptor 8 years ago
  Gyuho Lee 3130e4da1c vendor: add "go-grpc-middleware/util/backoffutils" 8 years ago
  Joe Betz a5b2fb5563 clientv3: Introduce custom retry interceptor based on go-grpc-middleware/retry 8 years ago
  Gyuho Lee 4065735845 clientv3: remove unused "dialerrc" 8 years ago
  Joe Betz 1f6548b751 clientv3: Stop expecting retry in integration tests with new grpc balancer 8 years ago
  Joe Betz 8569b9c782 clientv3: Fix endpoint resolver to create a new resolver for each grpc client connection 8 years ago
  Joe Betz 9304d1abd1 clientv3: Fix TLS test failures by returning DeadlineExceeded error from dial without any additional wrapping 8 years ago
  Joe Betz ee2747eba8 clientv3: Fix dial calls to consistently use endpoint resolver, attempt to deflake alarm test 8 years ago
  Joe Betz f84f554301 clientv3: Fix auth client to use endpoints instead of host when dialing, fix tests to block on dial when required. 8 years ago
  Joe Betz 66e65cd660 clientv3: Avoid timeouts in ordering test 8 years ago
  Gyuho Lee bb032f3e5f clientv3: deprecate "grpc.WithTimeout" in favor of "grpc.DialContext" 8 years ago
  Gyuho Lee 994a569f53 clientv3: pass "grpc.WithBlock" on "TestDialTimeout" 8 years ago
  Gyuho Lee 037d7b4abe clientv3: dial with context when creating authenticator 8 years ago
  Joe Betz 7ac2a2dd20 clientv3: Fix dialer for new balancer to correctly handle first are as endpoint, not hostname 8 years ago
  Joe Betz 309208dbef clientv3: Split out grpc balancer builder to ensure there is a balancer per ClientConn 8 years ago