- 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
- ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
- e3bd5ba grpclb: no SRV lookup for "metadata.google.internal." by Terry Wilson · 2 years ago
- 19eab29 compiler: Generate interfaces for services to implement (#9688) by Larry Safran · 2 years ago
- 31d777e grpclb: switch to use acceptResolvedAddresses() (#9568) by Terry Wilson · 2 years, 5 months ago
- 73020a9 grpclb: fix mismatched indices in addresses log by Trevor Edwards · 2 years, 5 months ago
- 7665d38 Revert "Add LoadBalancer.acceptResolvedAddresses() (#8742)" (#9414) by Terry Wilson · 2 years, 7 months ago
- 70a29fb Add LoadBalancer.acceptResolvedAddresses() (#8742) by Terry Wilson · 2 years, 7 months ago
- 19ad446 Service config parse failures should be UNAVAILABLE by Eric Anderson · 2 years, 8 months ago
- a206cda Change Attributes.Key debug strings to reference the API of the key by Eric Anderson · 2 years, 9 months ago
- 538db03 api: add support for SocketAddress types in ManagedChannelProvider (#9076) by sanjaypujare · 2 years, 10 months ago
- ad2c0f9 Support setting gRPClb initial fallback timeout by service config (#8980) by Zhouyihai Ding · 3 years ago
- 042f987 all: remove deprecated StreamInfo.transportAttrs (#8768) by ZHANG Dapeng · 3 years, 2 months ago
- c1e19af8 grpclb: fallback timer only when not already using fallback backends. (#8646) by Terry Wilson · 3 years, 4 months ago
- 5396a1d grpclb: remove redundant logs and add a system property to hide server lists in logs by Zhouyihai Ding · 3 years, 5 months ago
- 860e97d all: API refactoring in preparation to support retry stats (#8355) by ZHANG Dapeng · 3 years, 7 months ago
- 22aa8fc Add Info log for gRPC LB's init response by ZhouyihaiDing · 3 years, 8 months ago
- 0cabf56 compiler: Add GrpcGenerated annotation to generated class by Eric Anderson · 3 years, 8 months ago
- 2cbc7fc grpclb: skip fallback if the LB is already in fallback mode (#8253) by Chengyuan Zhang · 3 years, 9 months ago
- aa18b2c grpclb: update load_balancer.proto by Penn (Dapeng) Zhang · 3 years, 9 months ago
- c7afb89 grpclb: use a standalone Context for gRPCLB control plane RPCs (#8154) by Chengyuan Zhang · 3 years, 10 months ago
- 9614738 core, grpclb, xds: let leaf LB policies explicitly refresh name resolution when subchannel connection is broken (#8048) by Chengyuan Zhang · 3 years, 11 months ago
- b956f88 grpclb: include fallback reason in error status of failing to fallback (#8035) by Chengyuan Zhang · 3 years, 11 months ago
- c3caafa grpclb: turn into TRANSIENT_FAILURE if given (by balancer or fallback) an empty list of addresses (#7960) by Chengyuan Zhang · 4 years ago
- 9c562c8 grpclb: should not ignore subchannels with CONNECTING state in aggregating the overall LB state (#7959) by Chengyuan Zhang · 4 years ago
- 6a9c990 grpclb: support multiple authorities in lb backends for all SRV records (#7951) by yifeizhuang · 4 years ago
- e5ab4d7 grpclb: fix race between address update and LB stream recreation (#7934) by Chengyuan Zhang · 4 years ago
- 23d2796 grpclb: keep RR Subchannel state in TRANSIENT_FAILURE until becoming READY (#7816) by Kun Zhang · 4 years, 1 month ago
- b66d182 api: delete LoadBalancer.Helper APIs that had been deprecated for a long time (#7793) by Chengyuan Zhang · 4 years, 2 months ago
- 7d77f64 compiler: remove some of the static imports in codegen (#7751) by ZHANG Dapeng · 4 years, 2 months ago
- ca12e7a grpclb: improve log for SRV lookup failure (#7647) by ZHANG Dapeng · 4 years, 3 months ago
- 6cdd537 grpclb: enhance grpclb logging by ZHANG Dapeng · 4 years, 5 months ago
- 3abdb28 grpclb: cache requestConnection if no subchannel created by ZHANG Dapeng · 4 years, 5 months ago
- e92b227 Update to Error Prone 2.4 by Eric Anderson · 4 years, 7 months ago
- 2473110 grpclb: Make ATTR_LB_ADDRS public (#7230) by susinmotion · 4 years, 7 months ago
- 1086ee8 grpclb,xds: fix code lint by ZHANG Dapeng · 5 years ago
- 6dbdfcd grpclb: CachedSubchannelPool use new create subchannel (#6831) by Jihun Cho · 5 years ago
- ec25beb grpclb: clean up usage of raw load balancing config attributes in tests (#6798) by Chengyuan Zhang · 5 years ago
- afc1f2e core, grpclb: clean up grpclb specific attributes in core (#6790) by Chengyuan Zhang · 5 years ago
- 6a7e47b core, grpclb: change policy selection strategy for Grpclb policy (take two: move logic of querying SRV into Grpclb's own resolver) (#6723) by Chengyuan Zhang · 5 years ago
- 4b20126 grpclb: add description to lb sends no backends status (#6751) by Jihun Cho · 5 years ago
- abed707 grpclb: handles empty address from LB (#6734) by Jihun Cho · 5 years ago
- 774f276 grpclb: add serviceName config to grpclb policy config (#6563) by Jihun Cho · 5 years ago
- 255e5fe Sync grpc-proto to 1ff78907 by Eric Anderson · 5 years ago
- e0ee52c grpclb: fix lint warnings (#6670) by Chengyuan Zhang · 5 years ago
- 295b64b grpclb: expose balancer address related attributes in internal accessor (#6669) by Chengyuan Zhang · 5 years ago
- 26bff62 grpclb: internal accessor for balancer address related attribute keys (#6667) by Chengyuan Zhang · 5 years ago
- 307f7d0 grpclb,xds: fix lint warnings (#6666) by Jihun Cho · 5 years ago
- c0f37e5 core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) (#6637) by Chengyuan Zhang · 5 years ago
- 2acca6e all: fix lint warnings (#6658) by Jihun Cho · 5 years ago
- 64e827d grpclb,xds: fix parseLoadBalancingConfigPolicy error message format by ZHANG Dapeng · 5 years ago
- 1ed538f all: log picker when updating balancing state by ZHANG Dapeng · 5 years ago
- 641d74f grpclb: support explicit fallback from LB (#6549) by Jihun Cho · 5 years ago
- 90969b3 core: make service config error handling optional implementation (#6564) by Jihun Cho · 5 years ago
- 1f64ac9 Revert "grpclb: shuffle pick first index" by Eric Anderson · 5 years ago
- 7db873f Roll-forward of stub,compiler: generated stub extends Abstract{Async,Future,Blocking}Stub #6196 (#6458) by Jihun Cho · 5 years ago
- 38952b0 grpclb: cancel stream instead of halfClose when balancer shutdown by ZHANG Dapeng · 5 years ago
- 2eb3f8c stub,compiler: Rollback Abstract{Future,Blocking,Async}Stub (#6317) by Jihun Cho · 5 years ago
- eef47b2 core,grpclb: DnsNameResolver will use srv record by default if grpclb (#6298) by Jihun Cho · 5 years ago
- 45d49a5 stub,compiler: generated stub extends Abstract{Async,Future,Blocking}Stub (#6196) by Jihun Cho · 5 years ago
- 2c0b2de grpclb: fix pick_first mode shutdown without subchannels. (#6072) by Kun Zhang · 6 years ago
- 1949ebd grpclb: shuffle pick first index by ZHANG Dapeng · 6 years ago
- 47b11ab compiler: Use 'SERVICE_NAME' instead of duplicated '$Package$$service… (#5943) by liym · 6 years ago
- af2c16d api: deprecate Helper.updateSubchannelAddresses() and add equivalent on Subchannel (#5802) by Kun Zhang · 6 years ago
- ad08937 Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers by Tim van der Lippe · 6 years ago
- a2595d9 api/core/grpclb: add warning about calling Subchannel.requestConnection() outside of sync-context (#5757) by Kun Zhang · 6 years ago
- 7934594 api: pass Subchannel state updates to SubchannelStateListener rather than LoadBalancer (take 2) (#5722) by Kun Zhang · 6 years ago
- cec9ee3 api: move SubchannelPicker.requestConnection() to LoadBalancer. (#5751) by Kun Zhang · 6 years ago
- f8d0868 Revert "core: pass Subchannel state updates to SubchannelStateListener rather than LoadBalancer (#5503)" (#5684) by Kun Zhang · 6 years ago
- ab2e048 Lint fixes for unused and Truth and Queue by Eric Anderson · 6 years ago
- 9738854 core: change ClientStreamTracer.StreamInfo to a final class with a builder (#5648) by Kun Zhang · 6 years ago
- 04e0703 all: update to truth 0.44 by Carl Mastrangelo · 6 years ago
- 39e66fa core: delete ManagedChannelBuilder.loadBalancerFactory() and all deprecated factories (#5480) by Kun Zhang · 6 years ago
- a395eec core: update LB and NR API names by Carl Mastrangelo · 6 years ago
- 62b03fd core: pass Subchannel state updates to SubchannelStateListener rather than LoadBalancer (#5503) by Kun Zhang · 6 years ago
- 0244418 core: Move ConfigOrError up level up. (#5578) by Kun Zhang · 6 years ago
- 17d67f1 all: add LoadBalancer overload for Resolution results by Carl Mastrangelo · 6 years ago
- 5ef8377 core: remove Type from ConfigOrError by Carl Mastrangelo · 6 years ago
- 43d38cf services/grpclb: use Stopwatch to provide elapsed time for backoffs (#5491) by Chengyuan Zhang · 6 years ago
- d35fbd7 all: Update to Mockito 2 by Tim van der Lippe · 6 years ago
- c6b5052 all: move LB parsing logic into LB.Factory by Carl Mastrangelo · 6 years ago
- b6d7f6e all: fix lint errors (#5462) by Jihun Cho · 6 years ago
- e5e01b5 core,grpclb: use better generics on service config by Carl Mastrangelo · 6 years ago
- cbec70a grpclb: fix lint by Carl Mastrangelo · 6 years ago
- 04f8d06 grpclb: use fallback addresses if no balancer address is given (#5445) by Kun Zhang · 6 years ago
- 034675e grpclb: keep track of state updates for cached Subchannels. (#5441) by Kun Zhang · 6 years ago
- 2f50d88 grpclb: support "pick_first" child policy (#5438) by Kun Zhang · 6 years ago
- b0bbd75 core/grpclb: propagation and parsing of grpclb config (#5419) by Kun Zhang · 6 years ago
- b48b0ac all: Stop committing generated protobuf messages by Eric Anderson · 6 years ago
- 83b92cf core: pass transport attributes to ClientStreamTracer.Factory.newClientStreamTracer() (#5380) by Kun Zhang · 6 years ago
- eaca734 Upgrade to protobuf 3.6.1 by Eric Anderson · 6 years ago
- 2960708 grpclb: minor cleanup, remove unnecessary try-catch by ZHANG Dapeng · 6 years ago
- 3a39b81 all: remove java6 type args by Carl Mastrangelo · 6 years ago
- 66c3c29 grpclb: a minor code cleanup by ZHANG Dapeng · 6 years ago
- 1bf8476 core: standardize logid format and add details for channelz by Carl Mastrangelo · 6 years ago
- 28587b4 grpclb: refresh name resolution when balancer stream closed. (#5127) by Kun Zhang · 6 years ago
- 7a89ce2 Lint fixes by Eric Anderson · 6 years ago
- 6b48eb4 core: ChannelLogger (#5024) by Kun Zhang · 6 years ago
- f3e371c core, grpclb: fix import lints (#5017) by zpencer · 6 years ago
- 4c6e202 core: service-loader-based LoadBalancerProvider (#4996) by Kun Zhang · 6 years ago