134 Commits (7e815c1a6380d681c70a8f1bf628520207121896)

Author SHA1 Message Date
Mark D. Roth c35a37d6c2 Remove TargetAuthorityTable in favor of a per-address channel arg. 4 years ago
Vijay Pai d03daab509
Remove unused variable (fixes builder error) 4 years ago
Muxi Yan 232756e7bf Remove unnecessary RPC 4 years ago
Muxi Yan fa28bab456 Address comments 4 years ago
Muxi Yan ec2cd96426 Address comments 4 years ago
Muxi Yan 3f684093d7 Add test for the new config field 4 years ago
Mark D. Roth 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Mark D. Roth 581751b65b xds: When listener does not exist, put channel in TRANSIENT_FAILURE. 5 years ago
Mark D. Roth 0324afa89e grpclb: Add test showing that backend status is returned to client. 5 years ago
Mark D. Roth bac25901d7 Fix flakiness in grpclb SingleBalancerWithClientLoadReportingTest.Vanilla test. 5 years ago
Mark D. Roth dcdd04fcaa Fix flakiness in grpclb_end2end_test ReresolveDeadBalancer test case. 5 years ago
Mark D. Roth 03411d7be7 Second attempt: grpclb stabilization 5 years ago
Esun Kim 415d41f9e8 Rerun clang-formatter-7 5 years ago
Jan Tattermusch 3f3cf8b62a
Revert "grpclb stabilization" 5 years ago
Mark D. Roth 5b18402914 grpclb stabilization 5 years ago
Mark D. Roth 31773d2c6a grpclb: Add support for balancer telling client to enter fallback mode. 5 years ago
Prashant Jaikumar 9f02fc7f91 Enable end2end C++ tests on iOS. 5 years ago
Qiancheng Zhao 444806583d lazy resolving lb policy creation 5 years ago
Prashant Jaikumar fbfb93c88f Fix C++ tests to run on iOS 6 years ago
Esun Kim 434b3b62e5 Applied the best practice using global configuration 6 years ago
Yash Tibrewal 98d8f85d4e Reviewer comments 6 years ago
Yash Tibrewal b53465c106 Add test for not special casing grpclb if loadbalancingconfig is used 6 years ago
Esun Kim 1518ecbd76 Added new configuration system to core/grp. 6 years ago
Juanli Shen 438cb44378 Add fallback-at-startup into xds 6 years ago
Nicolas "Pixel" Noble b9a279c030 Resolving ambiguous call to CreateCustomChannel. 6 years ago
Soheil Hassas Yeganeh 2b9448a71c Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" 6 years ago
Alexander Polcyn d09c9f8e20 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." 6 years ago
Soheil Hassas Yeganeh e85dd2e644 Fix build errors 6 years ago
Karthik Ravi Shankar f03b309787 Revert "Merge pull request #18458 from grpc/grpc_namespace_server" 6 years ago
Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv. 6 years ago
Yash Tibrewal 327350ab39 ServiceConfig::Create expects non-Null error and better errors 6 years ago
Juanli Shen 4ae20ad972 Fix count in xds/grpclb test 6 years ago
Mark D. Roth 206592ce9c Restructure how addresses and service config are passed from resolver to LB policy. 6 years ago
Mark D. Roth 233d3e27ff grpclb fallback-at-startup improvements 6 years ago
Mark D. Roth adc2163038 Go into fallback mode when losing contact with balancer and backends. 6 years ago
Mark D. Roth b0ad6ac3ae Clean up grpclb and xds end2end tests. 6 years ago
Mark D. Roth 827c77bd24 Use fallback before timeout if balancer channel reports TRANSIENT_FAILURE. 6 years ago
Mark D. Roth d85e6f4e94 Make grpclb work when selected via service config with no balancer addresses. 6 years ago
Mark D. Roth 6d75cfe426 Revert "Merge pull request #18254 from grpc/revert-18078-grpclb_child_policy_configurable" 6 years ago
Mark D. Roth 9febbf2d92
Revert "Make grpclb child policy configurable" 6 years ago
Mark D. Roth 762676249e Make grpclb child policy configurable. 6 years ago
Mark D. Roth a04b0646de Don't use a separate call context for subchannel calls. 6 years ago
Mark D. Roth 0794507043 Don't pass service config from parent channel to grpclb balancer channel. 6 years ago
Juanli Shen bbe2587c39 Enable per-channel subchannel pool 6 years ago
Mark D. Roth 1438b17890 Fix bug that was breaking subchannel reuse in grpclb. 6 years ago
Soheil Hassas Yeganeh 9decf48632 Move security credentials, connectors, and auth context to C++ 6 years ago
Mark D. Roth c5f344deaf
Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 6 years ago
hcaseyal 27e2ba31bf
Revert "Allow encoding arbitrary channel args on a per-address basis." 6 years ago
Mark D. Roth dedff37b4f Allow encoding arbitrary channel args on a per-address basis. 6 years ago