Commit Graph

13063 Commits

Author SHA1 Message Date
Yang Gao c9524640ba
Merge pull request #22919 from yang-g/once
add a static assert for gpr_once with abseil
2020-05-12 16:32:37 -07:00
Muxi Yan 85b5883553
Merge pull request #22933 from apolcyn/revert_source_addr_in_tcp
Revert "Include source address in tcp posix async connect errors"
2020-05-12 15:43:16 -07:00
donnadionne b1425e2c62
Merge pull request #22749 from donnadionne/new
Integrating weighted target policy into xds routing policy
2020-05-12 15:32:39 -07:00
Alexander Polcyn 330a8a4efe Revert "Include source address in TCP posix connect errors"
This reverts commit dee079811b.
2020-05-12 13:57:53 -07:00
Alexander Polcyn 2958c2b622 Revert "Incorporate changes to grpc_sockaddr_to_string API"
This reverts commit 401f76e573.
2020-05-12 13:56:38 -07:00
Donna Dionne 9ad561c436 Integrating weighted target policy into xds routing policy 2020-05-12 13:52:10 -07:00
Yash Tibrewal 1d7f3b130b Reviewer comments 2020-05-12 11:31:36 -07:00
Yash Tibrewal 17b6be1ed8 Reviewer comments 2020-05-12 11:13:38 -07:00
Yash Tibrewal 516c2f591a Fail decompression when the gzip trailer is missing 2020-05-12 04:43:57 -07:00
apolcyn 5df117434c
Merge pull request #22802 from apolcyn/source_addr_in_tcp
Include source address in tcp posix async connect errors
2020-05-11 17:50:43 -07:00
Alexander Polcyn 401f76e573 Incorporate changes to grpc_sockaddr_to_string API 2020-05-11 15:00:31 -07:00
Alexander Polcyn dee079811b Include source address in TCP posix connect errors 2020-05-11 14:03:20 -07:00
Esun Kim bf0df18e52 Fix build in c++2a mode 2020-05-11 13:39:19 -07:00
yang-g 6035ee7a5e add a static assert for gpr_once with abseil 2020-05-11 09:42:59 -07:00
Mark D. Roth 581751b65b xds: When listener does not exist, put channel in TRANSIENT_FAILURE. 2020-05-08 11:46:53 -07:00
Mark D. Roth a13e54cc5f
Merge pull request #22755 from markdroth/absl_string_view_host_port2
Remove deprecated variant of JoinHostPort().
2020-05-08 11:11:43 -07:00
Yash Tibrewal fc7233e8f0
Merge pull request #22901 from yashykt/httpstatuserror
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
2020-05-08 10:12:35 -07:00
ZhenLian 2252895011
Merge pull request #22863 from ZhenLian/zhen_tmp_branch
Expose Peer SPIFFE Identity
2020-05-08 09:24:00 -07:00
Mark D. Roth c769951764 Remove deprecated variant of JoinHostPort(). 2020-05-08 09:13:26 -07:00
Yash Tibrewal 32a2310516
Merge pull request #20866 from klfreeman/master
Add GRPC_ARG_HTTP_PROXY channel argument.
2020-05-08 06:27:16 -07:00
ZhenLian b98457ff79 fix first round of feedback 2020-05-07 23:04:13 -07:00
Yash Tibrewal 14ab949d98
Merge pull request #22314 from yashykt/execctxstartingcpu
Lazily initialize starting_cpu_ in ExecCtx
2020-05-07 18:09:55 -07:00
Vijay Pai 29151efd34
Merge pull request #22837 from vjpai/channel_acec
Fixes on ApplicationCallbackExecCtx
2020-05-07 17:06:28 -07:00
Yash Tibrewal 376d8689d2 Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies 2020-05-07 16:55:08 -07:00
apolcyn 662141e90c
Merge pull request #22865 from apolcyn/more_context_in_dns_errors
Include the query type and name in all c-ares DNS error messages
2020-05-07 15:48:58 -07:00
apolcyn f815053e5f
Merge pull request #22868 from apolcyn/dest_address_in_immediate_tcp_errors
Include the destination address in synchronous TCP connect errors
2020-05-07 15:44:48 -07:00
Alexander Polcyn bbdfde5551 Include the relevant query type and name in all c-ares DNS resolution errors 2020-05-07 11:51:54 -07:00
Vijay Pai 415b71c98d Defensive programming: ACEC is an optimization and not strictly needed 2020-05-07 08:54:47 -07:00
Vijay Pai e9b4e168ba Declare ApplicationCallbackExecCtx at channel's core entry points 2020-05-07 08:13:27 -07:00
Mark D. Roth 7b3590d543
Merge pull request #22854 from markdroth/xds_lrs_send_all_clusters
xds: Add support for send_all_clusters field in LRS.
2020-05-06 09:33:41 -07:00
ZhenLian ee19ac2aba fix test failures 2020-05-05 23:19:16 -07:00
ZhenLian 9f92365657 Expose Peer SPIFFE Identity 2020-05-05 10:57:54 -07:00
Alexander Polcyn 65fdff3683 Include the destination address in synchronous TCP connect errors 2020-05-05 02:04:29 -07:00
Mark D. Roth b95843c1b7 xds: Add support for send_all_clusters field in LRS. 2020-05-04 11:16:52 -07:00
Muxi Yan eb2b24ce25
Patch typo 2020-05-01 16:21:42 -07:00
Mark D. Roth 72a42151ed xds: Check RDS ConfigSource in LDS response. 2020-05-01 07:27:02 -07:00
Donna Dionne 092932b4dd Squash the last 2 commits. 2020-04-30 14:57:29 -07:00
Mark D. Roth 1e9dc62db8 weighted_target: Create all children before updating any of them. 2020-04-30 07:34:50 -07:00
Nicolas "Pixel" Noble 791729d09f Bumping version. 2020-04-30 08:12:29 +02:00
Esun Kim 56dd5fb5e4
Merge pull request #22655 from veblush/time-convert
Fix flaky ChannelzChannelTest::LastCallStartedTime test
2020-04-29 12:14:19 -07:00
Esun Kim 657275fbc0 Add note to gpr_convert_clock_type 2020-04-29 09:56:22 -07:00
Mark D. Roth ffd7b27577 Fix c-ares resolver to properly handle error from SplitHostPort(). 2020-04-29 08:14:41 -07:00
Mark D. Roth 8a14958980
Merge pull request #22729 from markdroth/absl_string_view_host_port
Remove StringViewToCString() and src/core/lib/gprpp/string_view.h
2020-04-27 14:21:09 -07:00
Mark D. Roth d74548e611 Remove StringViewToCString() and src/core/lib/gprpp/string_view.h 2020-04-27 12:28:28 -07:00
Muxi Yan 23c8cfcfda
Merge pull request #22794 from grpc/revert-22778-fix-client-lb-end2end-tests
Revert "Fix client_lb_end2end_test flake"
2020-04-27 12:23:50 -07:00
Mark D. Roth f0e2a43b1a
Merge pull request #22708 from markdroth/absl_string_view
Remove grpc_core::StringView.
2020-04-27 12:15:22 -07:00
Mark D. Roth fc6f26c89b Remove grpc_core::StringView. 2020-04-27 07:46:13 -07:00
Jan Tattermusch f091a66999
Revert "Fix client_lb_end2end_test flake" 2020-04-27 13:02:37 +02:00
Donna Dionne 326a81bf87 Ensuring each action is only generated once in service config, even
if the same one is referred to multiple times by routes.

Added this test case in existing test case.
2020-04-25 23:04:35 -07:00
Muxi Yan 4f9425086b Fix client_lb_end2end_test flake 2020-04-24 16:15:43 -07:00