grpc 1.68.1 → 1.69.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +8 -6
- data/include/grpc/event_engine/event_engine.h +6 -3
- data/include/grpc/impl/channel_arg_names.h +2 -0
- data/src/core/client_channel/backup_poller.cc +1 -1
- data/src/core/client_channel/client_channel.cc +3 -3
- data/src/core/client_channel/client_channel_filter.cc +3 -3
- data/src/core/client_channel/client_channel_plugin.cc +1 -1
- data/src/core/client_channel/client_channel_service_config.h +1 -1
- data/src/core/client_channel/direct_channel.cc +2 -2
- data/src/core/client_channel/load_balanced_call_destination.cc +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.cc +3 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.h +2 -0
- data/src/core/client_channel/retry_service_config.cc +1 -1
- data/src/core/client_channel/retry_service_config.h +1 -1
- data/src/core/client_channel/subchannel.cc +1 -1
- data/src/core/{lib/config → config}/config_vars.cc +2 -2
- data/src/core/{lib/config → config}/config_vars.h +3 -3
- data/src/core/{lib/config → config}/config_vars_non_generated.cc +1 -1
- data/src/core/{lib/config → config}/core_configuration.cc +2 -2
- data/src/core/{lib/config → config}/core_configuration.h +3 -3
- data/src/core/{lib/config → config}/load_config.cc +1 -1
- data/src/core/{lib/config → config}/load_config.h +3 -3
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +1 -1
- data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +2 -2
- data/src/core/ext/filters/fault_injection/fault_injection_filter.cc +1 -1
- data/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.h +1 -1
- data/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc +1 -1
- data/src/core/ext/filters/gcp_authentication/gcp_authentication_service_config_parser.h +1 -1
- data/src/core/ext/filters/http/client_authority_filter.cc +1 -1
- data/src/core/ext/filters/http/http_filters_plugin.cc +1 -1
- data/src/core/ext/filters/http/message_compress/compression_filter.cc +2 -2
- data/src/core/ext/filters/message_size/message_size_filter.cc +1 -1
- data/src/core/ext/filters/message_size/message_size_filter.h +1 -1
- data/src/core/ext/filters/rbac/rbac_filter.cc +1 -1
- data/src/core/ext/filters/rbac/rbac_service_config_parser.h +1 -1
- data/src/core/ext/filters/stateful_session/stateful_session_filter.cc +1 -1
- data/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.h +1 -1
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +7 -9
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/bin_decoder.cc +3 -2
- data/src/core/ext/transport/chttp2/transport/bin_encoder.cc +3 -3
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +86 -7
- data/src/core/ext/transport/chttp2/transport/decode_huff.h +2 -2
- data/src/core/ext/transport/chttp2/transport/flow_control.cc +2 -2
- data/src/core/ext/transport/chttp2/transport/frame.cc +20 -0
- data/src/core/ext/transport/chttp2/transport/frame.h +11 -1
- data/src/core/ext/transport/chttp2/transport/frame_data.cc +13 -8
- data/src/core/ext/transport/chttp2/transport/frame_security.cc +82 -0
- data/src/core/ext/transport/chttp2/transport/frame_security.h +44 -0
- data/src/core/ext/transport/chttp2/transport/frame_settings.cc +16 -0
- data/src/core/ext/transport/chttp2/transport/frame_window_update.cc +18 -0
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.cc +5 -5
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.h +3 -3
- data/src/core/ext/transport/chttp2/transport/hpack_encoder_table.h +3 -3
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/http2_settings.cc +9 -0
- data/src/core/ext/transport/chttp2/transport/http2_settings.h +9 -1
- data/src/core/ext/transport/chttp2/transport/internal.h +25 -0
- data/src/core/ext/transport/chttp2/transport/legacy_frame.h +1 -0
- data/src/core/ext/transport/chttp2/transport/parsing.cc +22 -0
- data/src/core/ext/transport/chttp2/transport/write_size_policy.h +1 -1
- data/src/core/ext/transport/inproc/inproc_transport.cc +1 -1
- data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +1 -1
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +5 -5
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +44 -44
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +28 -28
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +42 -42
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +90 -90
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/annotations.upb.h +5 -5
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +26 -26
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +24 -24
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/http.upb.h +4 -3
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/httpbody.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/any.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +116 -116
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.h +20 -20
- data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/rpc/status.upb.h +3 -3
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +4 -3
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +13 -13
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/validate/validate.upb.h +5 -5
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.h +4 -4
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +13 -13
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +9 -9
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +4 -3
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +484 -483
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +3 -3
- data/src/core/handshaker/endpoint_info/endpoint_info_handshaker.h +1 -1
- data/src/core/handshaker/http_connect/http_connect_handshaker.cc +7 -1
- data/src/core/handshaker/http_connect/http_connect_handshaker.h +1 -1
- data/src/core/handshaker/http_connect/http_proxy_mapper.h +1 -1
- data/src/core/handshaker/http_connect/xds_http_proxy_mapper.h +1 -1
- data/src/core/handshaker/security/security_handshaker.cc +1 -1
- data/src/core/handshaker/security/security_handshaker.h +1 -1
- data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc +1 -1
- data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.h +1 -1
- data/src/core/lib/channel/channel_args.h +1 -1
- data/src/core/lib/channel/channel_args_preconditioning.h +1 -1
- data/src/core/lib/channel/connected_channel.cc +1 -1
- data/src/core/lib/channel/promise_based_filter.cc +1 -1
- data/src/core/lib/channel/promise_based_filter.h +2 -2
- data/src/core/lib/debug/trace.cc +1 -1
- data/src/core/lib/event_engine/ares_resolver.cc +1 -3
- data/src/core/lib/event_engine/cf_engine/dns_service_resolver.cc +7 -4
- data/src/core/lib/event_engine/default_event_engine.cc +1 -1
- data/src/core/lib/event_engine/default_event_engine.h +1 -1
- data/src/core/lib/event_engine/forkable.cc +1 -1
- data/src/core/lib/event_engine/nameser.h +1 -1
- data/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc +4 -4
- data/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_endpoint.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/timer_heap.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc +1 -1
- data/src/core/lib/event_engine/tcp_socket_utils.cc +0 -6
- data/src/core/lib/event_engine/thread_pool/work_stealing_thread_pool.cc +1 -1
- data/src/core/lib/event_engine/windows/grpc_polled_fd_windows.cc +1 -1
- data/src/core/lib/event_engine/windows/windows_endpoint.cc +23 -9
- data/src/core/lib/event_engine/windows/windows_engine.h +1 -1
- data/src/core/lib/experiments/config.cc +1 -1
- data/src/core/lib/experiments/experiments.cc +138 -2
- data/src/core/lib/experiments/experiments.h +48 -2
- data/src/core/lib/iomgr/buffer_list.cc +1 -1
- data/src/core/lib/iomgr/call_combiner.h +1 -1
- data/src/core/lib/iomgr/closure.h +3 -1
- data/src/core/lib/iomgr/combiner.h +1 -1
- data/src/core/lib/iomgr/ev_apple.cc +1 -1
- data/src/core/lib/iomgr/ev_epoll1_linux.cc +2 -2
- data/src/core/lib/iomgr/ev_posix.cc +1 -1
- data/src/core/lib/iomgr/iomgr.cc +1 -1
- data/src/core/lib/iomgr/iomgr_posix.cc +2 -1
- data/src/core/lib/iomgr/iomgr_windows.cc +3 -1
- data/src/core/lib/iomgr/nameser.h +1 -1
- data/src/core/lib/iomgr/tcp_client_posix.cc +2 -2
- data/src/core/lib/iomgr/tcp_client_windows.cc +3 -3
- data/src/core/lib/iomgr/tcp_posix.cc +1 -1
- data/src/core/lib/iomgr/tcp_posix.h +1 -1
- data/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc +2 -2
- data/src/core/lib/iomgr/tcp_server_windows.cc +3 -3
- data/src/core/lib/iomgr/timer_generic.cc +1 -1
- data/src/core/lib/iomgr/timer_heap.cc +1 -1
- data/src/core/lib/iomgr/wakeup_fd_pipe.cc +1 -1
- data/src/core/lib/promise/activity.h +1 -1
- data/src/core/lib/promise/all_ok.h +37 -0
- data/src/core/lib/promise/detail/basic_seq.h +32 -18
- data/src/core/lib/promise/detail/promise_factory.h +1 -1
- data/src/core/lib/promise/detail/promise_like.h +23 -0
- data/src/core/lib/promise/detail/seq_state.h +180 -180
- data/src/core/lib/promise/loop.h +9 -0
- data/src/core/lib/promise/map.h +53 -2
- data/src/core/lib/promise/party.cc +18 -60
- data/src/core/lib/promise/party.h +50 -30
- data/src/core/lib/promise/poll.h +13 -0
- data/src/core/lib/promise/seq.h +6 -29
- data/src/core/lib/promise/status_flag.h +7 -0
- data/src/core/lib/promise/try_seq.h +35 -37
- data/src/core/lib/resource_quota/api.h +1 -1
- data/src/core/lib/resource_quota/memory_quota.cc +16 -5
- data/src/core/lib/resource_quota/memory_quota.h +5 -1
- data/src/core/lib/resource_quota/periodic_update.cc +1 -1
- data/src/core/lib/security/context/security_context.h +8 -0
- data/src/core/lib/security/credentials/channel_creds_registry_init.cc +1 -1
- data/src/core/lib/security/credentials/external/external_account_credentials.cc +6 -5
- data/src/core/lib/security/credentials/fake/fake_credentials.h +1 -1
- data/src/core/lib/security/credentials/google_default/google_default_credentials.cc +1 -1
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +1 -1
- data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.cc +29 -22
- data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.h +7 -1
- data/src/core/lib/security/security_connector/load_system_roots_supported.cc +1 -1
- data/src/core/lib/security/security_connector/ssl_utils.cc +1 -1
- data/src/core/lib/security/security_connector/ssl_utils.h +1 -1
- data/src/core/lib/slice/slice_buffer.cc +1 -0
- data/src/core/lib/surface/call_utils.h +4 -0
- data/src/core/lib/surface/channel_create.cc +1 -1
- data/src/core/lib/surface/channel_init.h +1 -1
- data/src/core/lib/surface/client_call.cc +49 -35
- data/src/core/lib/surface/client_call.h +9 -1
- data/src/core/lib/surface/completion_queue.cc +1 -1
- data/src/core/lib/surface/completion_queue.h +1 -1
- data/src/core/lib/surface/connection_context.cc +77 -0
- data/src/core/lib/surface/connection_context.h +156 -0
- data/src/core/lib/surface/filter_stack_call.h +1 -1
- data/src/core/lib/surface/init.cc +4 -1
- data/src/core/lib/surface/lame_client.cc +1 -1
- data/src/core/lib/surface/legacy_channel.cc +1 -1
- data/src/core/lib/surface/server_call.cc +11 -5
- data/src/core/lib/surface/server_call.h +0 -1
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/bdp_estimator.cc +1 -1
- data/src/core/lib/transport/call_filters.h +4 -4
- data/src/core/lib/transport/call_final_info.h +1 -1
- data/src/core/lib/transport/call_spine.cc +0 -4
- data/src/core/lib/transport/interception_chain.h +1 -1
- data/src/core/lib/transport/metadata_batch.cc +11 -2
- data/src/core/lib/transport/metadata_batch.h +9 -1
- data/src/core/lib/transport/metadata_compression_traits.h +2 -2
- data/src/core/lib/transport/timeout_encoding.cc +4 -4
- data/src/core/lib/transport/transport_framing_endpoint_extension.h +47 -0
- data/src/core/load_balancing/child_policy_handler.cc +1 -1
- data/src/core/load_balancing/endpoint_list.cc +1 -1
- data/src/core/load_balancing/grpclb/grpclb.cc +1 -1
- data/src/core/load_balancing/lb_policy.h +1 -1
- data/src/core/load_balancing/outlier_detection/outlier_detection.cc +2 -2
- data/src/core/load_balancing/pick_first/pick_first.cc +11 -8
- data/src/core/load_balancing/priority/priority.cc +1 -1
- data/src/core/load_balancing/ring_hash/ring_hash.cc +1 -1
- data/src/core/load_balancing/rls/rls.cc +1 -1
- data/src/core/load_balancing/round_robin/round_robin.cc +1 -1
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.cc +2 -2
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h +1 -1
- data/src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc +1 -1
- data/src/core/load_balancing/weighted_target/weighted_target.cc +1 -1
- data/src/core/load_balancing/xds/cds.cc +1 -1
- data/src/core/load_balancing/xds/xds_cluster_impl.cc +1 -1
- data/src/core/load_balancing/xds/xds_cluster_manager.cc +1 -1
- data/src/core/load_balancing/xds/xds_override_host.cc +4 -4
- data/src/core/load_balancing/xds/xds_wrr_locality.cc +1 -1
- data/src/core/plugin_registry/grpc_plugin_registry.cc +1 -1
- data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +1 -1
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +2 -2
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.h +1 -1
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +1 -1
- data/src/core/resolver/dns/dns_resolver_plugin.cc +1 -1
- data/src/core/resolver/dns/dns_resolver_plugin.h +1 -1
- data/src/core/resolver/dns/native/dns_resolver.cc +1 -1
- data/src/core/resolver/dns/native/dns_resolver.h +1 -1
- data/src/core/resolver/fake/fake_resolver.cc +1 -1
- data/src/core/resolver/google_c2p/google_c2p_resolver.cc +1 -1
- data/src/core/resolver/sockaddr/sockaddr_resolver.cc +1 -1
- data/src/core/resolver/xds/xds_dependency_manager.cc +1 -1
- data/src/core/resolver/xds/xds_resolver.cc +1 -1
- data/src/core/server/server.cc +2 -1
- data/src/core/server/server.h +0 -1
- data/src/core/server/server_call_tracer_filter.cc +1 -1
- data/src/core/server/server_call_tracer_filter.h +1 -1
- data/src/core/server/xds_channel_stack_modifier.cc +1 -1
- data/src/core/server/xds_server_config_fetcher.cc +1 -1
- data/src/core/service_config/service_config_channel_arg_filter.cc +1 -1
- data/src/core/service_config/service_config_impl.cc +1 -1
- data/src/core/telemetry/call_tracer.h +1 -1
- data/src/core/telemetry/histogram_view.cc +3 -3
- data/src/core/telemetry/metrics.cc +15 -12
- data/src/core/telemetry/metrics.h +7 -3
- data/src/core/telemetry/stats_data.cc +94 -0
- data/src/core/telemetry/stats_data.h +61 -0
- data/src/core/tsi/alts/frame_protector/alts_counter.h +1 -1
- data/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc +1 -1
- data/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc +1 -1
- data/src/core/tsi/alts/handshaker/transport_security_common_api.h +2 -2
- data/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +11 -4
- data/src/core/tsi/ssl_transport_security.h +2 -2
- data/src/core/tsi/ssl_transport_security_utils.h +1 -1
- data/src/core/tsi/transport_security_interface.h +2 -2
- data/src/core/util/fork.cc +1 -1
- data/src/core/util/fork.h +2 -2
- data/src/core/util/gpr_time.cc +4 -4
- data/src/core/util/http_client/httpcli.cc +14 -7
- data/src/core/util/json/json_object_loader.h +4 -4
- data/src/core/util/json/json_writer.cc +1 -1
- data/src/core/util/latent_see.cc +97 -76
- data/src/core/util/latent_see.h +23 -16
- data/src/core/util/log.cc +1 -1
- data/src/core/util/status_helper.cc +1 -1
- data/src/core/util/string.cc +2 -2
- data/src/core/util/table.h +1 -1
- data/src/core/util/time.cc +4 -4
- data/src/core/util/time.h +2 -2
- data/src/core/util/uri.cc +10 -4
- data/src/core/util/uri.h +5 -1
- data/src/core/xds/grpc/certificate_provider_store.cc +1 -1
- data/src/core/xds/grpc/certificate_provider_store.h +1 -1
- data/src/core/xds/grpc/file_watcher_certificate_provider_factory.cc +1 -1
- data/src/core/xds/grpc/xds_cluster_parser.cc +1 -1
- data/src/core/xds/grpc/xds_http_gcp_authn_filter.cc +2 -2
- data/src/core/xds/grpc/xds_lb_policy_registry.cc +1 -1
- data/src/core/xds/grpc/xds_lb_policy_registry.h +1 -1
- data/src/core/xds/grpc/xds_route_config.cc +1 -0
- data/src/core/xds/grpc/xds_route_config_parser.cc +1 -1
- data/src/core/xds/grpc/xds_server_grpc.cc +1 -1
- data/src/core/xds/grpc/xds_transport_grpc.cc +1 -1
- data/src/ruby/ext/grpc/rb_grpc.h +1 -1
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/upb/upb/json/decode.c +39 -10
- data/third_party/upb/upb/json/decode.h +26 -3
- data/third_party/upb/upb/mem/arena.c +1 -1
- data/third_party/upb/upb/message/accessors.h +8 -0
- data/third_party/upb/upb/message/internal/accessors.h +9 -2
- data/third_party/upb/upb/message/internal/message.c +3 -3
- data/third_party/upb/upb/port/def.inc +25 -6
- data/third_party/upb/upb/port/undef.inc +3 -0
- data/third_party/upb/upb/reflection/common.h +1 -11
- data/third_party/upb/upb/reflection/descriptor_bootstrap.h +19 -0
- data/third_party/upb/upb/reflection/field_def.c +3 -17
- data/third_party/upb/upb/text/encode.c +0 -7
- data/third_party/upb/upb/wire/decode.h +1 -1
- metadata +15 -9
@@ -17,6 +17,7 @@
|
|
17
17
|
#include "src/core/lib/experiments/experiments.h"
|
18
18
|
|
19
19
|
#include <grpc/support/port_platform.h>
|
20
|
+
#include <stdint.h>
|
20
21
|
|
21
22
|
#ifndef GRPC_EXPERIMENTS_ARE_FINAL
|
22
23
|
|
@@ -28,13 +29,28 @@ const char* const additional_constraints_call_tracer_in_transport = "{}";
|
|
28
29
|
const char* const description_canary_client_privacy =
|
29
30
|
"If set, canary client privacy";
|
30
31
|
const char* const additional_constraints_canary_client_privacy = "{}";
|
32
|
+
const char* const description_chaotic_good_legacy_protocol =
|
33
|
+
"If set, use the first version of the chaotic-good protocol when that "
|
34
|
+
"protocol is enabled.";
|
35
|
+
const char* const additional_constraints_chaotic_good_legacy_protocol = "{}";
|
31
36
|
const char* const description_client_privacy = "If set, client privacy";
|
32
37
|
const char* const additional_constraints_client_privacy = "{}";
|
38
|
+
const char* const description_disable_buffer_hint_on_high_memory_pressure =
|
39
|
+
"Disable buffer hint flag parsing in the transport under high memory "
|
40
|
+
"pressure.";
|
41
|
+
const char* const
|
42
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure = "{}";
|
33
43
|
const char* const description_event_engine_application_callbacks =
|
34
44
|
"Run application callbacks in EventEngine threads, instead of on the "
|
35
45
|
"thread-local ApplicationCallbackExecCtx";
|
36
46
|
const char* const additional_constraints_event_engine_application_callbacks =
|
37
47
|
"{}";
|
48
|
+
const char* const description_event_engine_callback_cq =
|
49
|
+
"Use EventEngine instead of the CallbackAlternativeCQ.";
|
50
|
+
const char* const additional_constraints_event_engine_callback_cq = "{}";
|
51
|
+
const uint8_t required_experiments_event_engine_callback_cq[] = {
|
52
|
+
static_cast<uint8_t>(
|
53
|
+
grpc_core::kExperimentIdEventEngineApplicationCallbacks)};
|
38
54
|
const char* const description_event_engine_client =
|
39
55
|
"Use EventEngine clients instead of iomgr's grpc_tcp_client";
|
40
56
|
const char* const additional_constraints_event_engine_client = "{}";
|
@@ -70,6 +86,18 @@ const char* const additional_constraints_multiping = "{}";
|
|
70
86
|
const char* const description_pick_first_new =
|
71
87
|
"New pick_first impl with memory reduction.";
|
72
88
|
const char* const additional_constraints_pick_first_new = "{}";
|
89
|
+
const char* const description_promise_based_http2_client_transport =
|
90
|
+
"Use promises for the http2 client transport. We have kept client and "
|
91
|
+
"server transport experiments separate to help with smoother roll outs and "
|
92
|
+
"also help with interop testing.";
|
93
|
+
const char* const additional_constraints_promise_based_http2_client_transport =
|
94
|
+
"{}";
|
95
|
+
const char* const description_promise_based_http2_server_transport =
|
96
|
+
"Use promises for the http2 server transport. We have kept client and "
|
97
|
+
"server transport experiments separate to help with smoother roll outs and "
|
98
|
+
"also help with interop testing.";
|
99
|
+
const char* const additional_constraints_promise_based_http2_server_transport =
|
100
|
+
"{}";
|
73
101
|
const char* const description_promise_based_inproc_transport =
|
74
102
|
"Use promises for the in-process transport.";
|
75
103
|
const char* const additional_constraints_promise_based_inproc_transport = "{}";
|
@@ -117,12 +145,22 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
117
145
|
additional_constraints_call_tracer_in_transport, nullptr, 0, true, true},
|
118
146
|
{"canary_client_privacy", description_canary_client_privacy,
|
119
147
|
additional_constraints_canary_client_privacy, nullptr, 0, false, false},
|
148
|
+
{"chaotic_good_legacy_protocol", description_chaotic_good_legacy_protocol,
|
149
|
+
additional_constraints_chaotic_good_legacy_protocol, nullptr, 0, false,
|
150
|
+
true},
|
120
151
|
{"client_privacy", description_client_privacy,
|
121
152
|
additional_constraints_client_privacy, nullptr, 0, false, false},
|
153
|
+
{"disable_buffer_hint_on_high_memory_pressure",
|
154
|
+
description_disable_buffer_hint_on_high_memory_pressure,
|
155
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
|
156
|
+
nullptr, 0, false, true},
|
122
157
|
{"event_engine_application_callbacks",
|
123
158
|
description_event_engine_application_callbacks,
|
124
159
|
additional_constraints_event_engine_application_callbacks, nullptr, 0,
|
125
160
|
true, true},
|
161
|
+
{"event_engine_callback_cq", description_event_engine_callback_cq,
|
162
|
+
additional_constraints_event_engine_callback_cq,
|
163
|
+
required_experiments_event_engine_callback_cq, 1, true, true},
|
126
164
|
{"event_engine_client", description_event_engine_client,
|
127
165
|
additional_constraints_event_engine_client, nullptr, 0, false, true},
|
128
166
|
{"event_engine_dns", description_event_engine_dns,
|
@@ -146,6 +184,14 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
146
184
|
nullptr, 0, false, true},
|
147
185
|
{"pick_first_new", description_pick_first_new,
|
148
186
|
additional_constraints_pick_first_new, nullptr, 0, true, true},
|
187
|
+
{"promise_based_http2_client_transport",
|
188
|
+
description_promise_based_http2_client_transport,
|
189
|
+
additional_constraints_promise_based_http2_client_transport, nullptr, 0,
|
190
|
+
false, true},
|
191
|
+
{"promise_based_http2_server_transport",
|
192
|
+
description_promise_based_http2_server_transport,
|
193
|
+
additional_constraints_promise_based_http2_server_transport, nullptr, 0,
|
194
|
+
false, true},
|
149
195
|
{"promise_based_inproc_transport",
|
150
196
|
description_promise_based_inproc_transport,
|
151
197
|
additional_constraints_promise_based_inproc_transport, nullptr, 0, false,
|
@@ -171,7 +217,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
171
217
|
additional_constraints_unconstrained_max_quota_buffer_size, nullptr, 0,
|
172
218
|
false, true},
|
173
219
|
{"work_serializer_dispatch", description_work_serializer_dispatch,
|
174
|
-
additional_constraints_work_serializer_dispatch, nullptr, 0,
|
220
|
+
additional_constraints_work_serializer_dispatch, nullptr, 0, true, true},
|
175
221
|
};
|
176
222
|
|
177
223
|
} // namespace grpc_core
|
@@ -184,13 +230,28 @@ const char* const additional_constraints_call_tracer_in_transport = "{}";
|
|
184
230
|
const char* const description_canary_client_privacy =
|
185
231
|
"If set, canary client privacy";
|
186
232
|
const char* const additional_constraints_canary_client_privacy = "{}";
|
233
|
+
const char* const description_chaotic_good_legacy_protocol =
|
234
|
+
"If set, use the first version of the chaotic-good protocol when that "
|
235
|
+
"protocol is enabled.";
|
236
|
+
const char* const additional_constraints_chaotic_good_legacy_protocol = "{}";
|
187
237
|
const char* const description_client_privacy = "If set, client privacy";
|
188
238
|
const char* const additional_constraints_client_privacy = "{}";
|
239
|
+
const char* const description_disable_buffer_hint_on_high_memory_pressure =
|
240
|
+
"Disable buffer hint flag parsing in the transport under high memory "
|
241
|
+
"pressure.";
|
242
|
+
const char* const
|
243
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure = "{}";
|
189
244
|
const char* const description_event_engine_application_callbacks =
|
190
245
|
"Run application callbacks in EventEngine threads, instead of on the "
|
191
246
|
"thread-local ApplicationCallbackExecCtx";
|
192
247
|
const char* const additional_constraints_event_engine_application_callbacks =
|
193
248
|
"{}";
|
249
|
+
const char* const description_event_engine_callback_cq =
|
250
|
+
"Use EventEngine instead of the CallbackAlternativeCQ.";
|
251
|
+
const char* const additional_constraints_event_engine_callback_cq = "{}";
|
252
|
+
const uint8_t required_experiments_event_engine_callback_cq[] = {
|
253
|
+
static_cast<uint8_t>(
|
254
|
+
grpc_core::kExperimentIdEventEngineApplicationCallbacks)};
|
194
255
|
const char* const description_event_engine_client =
|
195
256
|
"Use EventEngine clients instead of iomgr's grpc_tcp_client";
|
196
257
|
const char* const additional_constraints_event_engine_client = "{}";
|
@@ -226,6 +287,18 @@ const char* const additional_constraints_multiping = "{}";
|
|
226
287
|
const char* const description_pick_first_new =
|
227
288
|
"New pick_first impl with memory reduction.";
|
228
289
|
const char* const additional_constraints_pick_first_new = "{}";
|
290
|
+
const char* const description_promise_based_http2_client_transport =
|
291
|
+
"Use promises for the http2 client transport. We have kept client and "
|
292
|
+
"server transport experiments separate to help with smoother roll outs and "
|
293
|
+
"also help with interop testing.";
|
294
|
+
const char* const additional_constraints_promise_based_http2_client_transport =
|
295
|
+
"{}";
|
296
|
+
const char* const description_promise_based_http2_server_transport =
|
297
|
+
"Use promises for the http2 server transport. We have kept client and "
|
298
|
+
"server transport experiments separate to help with smoother roll outs and "
|
299
|
+
"also help with interop testing.";
|
300
|
+
const char* const additional_constraints_promise_based_http2_server_transport =
|
301
|
+
"{}";
|
229
302
|
const char* const description_promise_based_inproc_transport =
|
230
303
|
"Use promises for the in-process transport.";
|
231
304
|
const char* const additional_constraints_promise_based_inproc_transport = "{}";
|
@@ -273,12 +346,22 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
273
346
|
additional_constraints_call_tracer_in_transport, nullptr, 0, true, true},
|
274
347
|
{"canary_client_privacy", description_canary_client_privacy,
|
275
348
|
additional_constraints_canary_client_privacy, nullptr, 0, false, false},
|
349
|
+
{"chaotic_good_legacy_protocol", description_chaotic_good_legacy_protocol,
|
350
|
+
additional_constraints_chaotic_good_legacy_protocol, nullptr, 0, false,
|
351
|
+
true},
|
276
352
|
{"client_privacy", description_client_privacy,
|
277
353
|
additional_constraints_client_privacy, nullptr, 0, false, false},
|
354
|
+
{"disable_buffer_hint_on_high_memory_pressure",
|
355
|
+
description_disable_buffer_hint_on_high_memory_pressure,
|
356
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
|
357
|
+
nullptr, 0, false, true},
|
278
358
|
{"event_engine_application_callbacks",
|
279
359
|
description_event_engine_application_callbacks,
|
280
360
|
additional_constraints_event_engine_application_callbacks, nullptr, 0,
|
281
361
|
true, true},
|
362
|
+
{"event_engine_callback_cq", description_event_engine_callback_cq,
|
363
|
+
additional_constraints_event_engine_callback_cq,
|
364
|
+
required_experiments_event_engine_callback_cq, 1, true, true},
|
282
365
|
{"event_engine_client", description_event_engine_client,
|
283
366
|
additional_constraints_event_engine_client, nullptr, 0, true, true},
|
284
367
|
{"event_engine_dns", description_event_engine_dns,
|
@@ -302,6 +385,14 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
302
385
|
nullptr, 0, false, true},
|
303
386
|
{"pick_first_new", description_pick_first_new,
|
304
387
|
additional_constraints_pick_first_new, nullptr, 0, true, true},
|
388
|
+
{"promise_based_http2_client_transport",
|
389
|
+
description_promise_based_http2_client_transport,
|
390
|
+
additional_constraints_promise_based_http2_client_transport, nullptr, 0,
|
391
|
+
false, true},
|
392
|
+
{"promise_based_http2_server_transport",
|
393
|
+
description_promise_based_http2_server_transport,
|
394
|
+
additional_constraints_promise_based_http2_server_transport, nullptr, 0,
|
395
|
+
false, true},
|
305
396
|
{"promise_based_inproc_transport",
|
306
397
|
description_promise_based_inproc_transport,
|
307
398
|
additional_constraints_promise_based_inproc_transport, nullptr, 0, false,
|
@@ -327,7 +418,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
327
418
|
additional_constraints_unconstrained_max_quota_buffer_size, nullptr, 0,
|
328
419
|
false, true},
|
329
420
|
{"work_serializer_dispatch", description_work_serializer_dispatch,
|
330
|
-
additional_constraints_work_serializer_dispatch, nullptr, 0,
|
421
|
+
additional_constraints_work_serializer_dispatch, nullptr, 0, true, true},
|
331
422
|
};
|
332
423
|
|
333
424
|
} // namespace grpc_core
|
@@ -340,13 +431,28 @@ const char* const additional_constraints_call_tracer_in_transport = "{}";
|
|
340
431
|
const char* const description_canary_client_privacy =
|
341
432
|
"If set, canary client privacy";
|
342
433
|
const char* const additional_constraints_canary_client_privacy = "{}";
|
434
|
+
const char* const description_chaotic_good_legacy_protocol =
|
435
|
+
"If set, use the first version of the chaotic-good protocol when that "
|
436
|
+
"protocol is enabled.";
|
437
|
+
const char* const additional_constraints_chaotic_good_legacy_protocol = "{}";
|
343
438
|
const char* const description_client_privacy = "If set, client privacy";
|
344
439
|
const char* const additional_constraints_client_privacy = "{}";
|
440
|
+
const char* const description_disable_buffer_hint_on_high_memory_pressure =
|
441
|
+
"Disable buffer hint flag parsing in the transport under high memory "
|
442
|
+
"pressure.";
|
443
|
+
const char* const
|
444
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure = "{}";
|
345
445
|
const char* const description_event_engine_application_callbacks =
|
346
446
|
"Run application callbacks in EventEngine threads, instead of on the "
|
347
447
|
"thread-local ApplicationCallbackExecCtx";
|
348
448
|
const char* const additional_constraints_event_engine_application_callbacks =
|
349
449
|
"{}";
|
450
|
+
const char* const description_event_engine_callback_cq =
|
451
|
+
"Use EventEngine instead of the CallbackAlternativeCQ.";
|
452
|
+
const char* const additional_constraints_event_engine_callback_cq = "{}";
|
453
|
+
const uint8_t required_experiments_event_engine_callback_cq[] = {
|
454
|
+
static_cast<uint8_t>(
|
455
|
+
grpc_core::kExperimentIdEventEngineApplicationCallbacks)};
|
350
456
|
const char* const description_event_engine_client =
|
351
457
|
"Use EventEngine clients instead of iomgr's grpc_tcp_client";
|
352
458
|
const char* const additional_constraints_event_engine_client = "{}";
|
@@ -382,6 +488,18 @@ const char* const additional_constraints_multiping = "{}";
|
|
382
488
|
const char* const description_pick_first_new =
|
383
489
|
"New pick_first impl with memory reduction.";
|
384
490
|
const char* const additional_constraints_pick_first_new = "{}";
|
491
|
+
const char* const description_promise_based_http2_client_transport =
|
492
|
+
"Use promises for the http2 client transport. We have kept client and "
|
493
|
+
"server transport experiments separate to help with smoother roll outs and "
|
494
|
+
"also help with interop testing.";
|
495
|
+
const char* const additional_constraints_promise_based_http2_client_transport =
|
496
|
+
"{}";
|
497
|
+
const char* const description_promise_based_http2_server_transport =
|
498
|
+
"Use promises for the http2 server transport. We have kept client and "
|
499
|
+
"server transport experiments separate to help with smoother roll outs and "
|
500
|
+
"also help with interop testing.";
|
501
|
+
const char* const additional_constraints_promise_based_http2_server_transport =
|
502
|
+
"{}";
|
385
503
|
const char* const description_promise_based_inproc_transport =
|
386
504
|
"Use promises for the in-process transport.";
|
387
505
|
const char* const additional_constraints_promise_based_inproc_transport = "{}";
|
@@ -429,12 +547,22 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
429
547
|
additional_constraints_call_tracer_in_transport, nullptr, 0, true, true},
|
430
548
|
{"canary_client_privacy", description_canary_client_privacy,
|
431
549
|
additional_constraints_canary_client_privacy, nullptr, 0, false, false},
|
550
|
+
{"chaotic_good_legacy_protocol", description_chaotic_good_legacy_protocol,
|
551
|
+
additional_constraints_chaotic_good_legacy_protocol, nullptr, 0, false,
|
552
|
+
true},
|
432
553
|
{"client_privacy", description_client_privacy,
|
433
554
|
additional_constraints_client_privacy, nullptr, 0, false, false},
|
555
|
+
{"disable_buffer_hint_on_high_memory_pressure",
|
556
|
+
description_disable_buffer_hint_on_high_memory_pressure,
|
557
|
+
additional_constraints_disable_buffer_hint_on_high_memory_pressure,
|
558
|
+
nullptr, 0, false, true},
|
434
559
|
{"event_engine_application_callbacks",
|
435
560
|
description_event_engine_application_callbacks,
|
436
561
|
additional_constraints_event_engine_application_callbacks, nullptr, 0,
|
437
562
|
true, true},
|
563
|
+
{"event_engine_callback_cq", description_event_engine_callback_cq,
|
564
|
+
additional_constraints_event_engine_callback_cq,
|
565
|
+
required_experiments_event_engine_callback_cq, 1, true, true},
|
438
566
|
{"event_engine_client", description_event_engine_client,
|
439
567
|
additional_constraints_event_engine_client, nullptr, 0, true, true},
|
440
568
|
{"event_engine_dns", description_event_engine_dns,
|
@@ -458,6 +586,14 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
458
586
|
nullptr, 0, false, true},
|
459
587
|
{"pick_first_new", description_pick_first_new,
|
460
588
|
additional_constraints_pick_first_new, nullptr, 0, true, true},
|
589
|
+
{"promise_based_http2_client_transport",
|
590
|
+
description_promise_based_http2_client_transport,
|
591
|
+
additional_constraints_promise_based_http2_client_transport, nullptr, 0,
|
592
|
+
false, true},
|
593
|
+
{"promise_based_http2_server_transport",
|
594
|
+
description_promise_based_http2_server_transport,
|
595
|
+
additional_constraints_promise_based_http2_server_transport, nullptr, 0,
|
596
|
+
false, true},
|
461
597
|
{"promise_based_inproc_transport",
|
462
598
|
description_promise_based_inproc_transport,
|
463
599
|
additional_constraints_promise_based_inproc_transport, nullptr, 0, false,
|
@@ -60,9 +60,13 @@ namespace grpc_core {
|
|
60
60
|
#define GRPC_EXPERIMENT_IS_INCLUDED_CALL_TRACER_IN_TRANSPORT
|
61
61
|
inline bool IsCallTracerInTransportEnabled() { return true; }
|
62
62
|
inline bool IsCanaryClientPrivacyEnabled() { return false; }
|
63
|
+
inline bool IsChaoticGoodLegacyProtocolEnabled() { return false; }
|
63
64
|
inline bool IsClientPrivacyEnabled() { return false; }
|
65
|
+
inline bool IsDisableBufferHintOnHighMemoryPressureEnabled() { return false; }
|
64
66
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_APPLICATION_CALLBACKS
|
65
67
|
inline bool IsEventEngineApplicationCallbacksEnabled() { return true; }
|
68
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CALLBACK_CQ
|
69
|
+
inline bool IsEventEngineCallbackCqEnabled() { return true; }
|
66
70
|
inline bool IsEventEngineClientEnabled() { return false; }
|
67
71
|
inline bool IsEventEngineDnsEnabled() { return false; }
|
68
72
|
inline bool IsEventEngineDnsNonClientChannelEnabled() { return false; }
|
@@ -75,6 +79,8 @@ inline bool IsMonitoringExperimentEnabled() { return true; }
|
|
75
79
|
inline bool IsMultipingEnabled() { return false; }
|
76
80
|
#define GRPC_EXPERIMENT_IS_INCLUDED_PICK_FIRST_NEW
|
77
81
|
inline bool IsPickFirstNewEnabled() { return true; }
|
82
|
+
inline bool IsPromiseBasedHttp2ClientTransportEnabled() { return false; }
|
83
|
+
inline bool IsPromiseBasedHttp2ServerTransportEnabled() { return false; }
|
78
84
|
inline bool IsPromiseBasedInprocTransportEnabled() { return false; }
|
79
85
|
inline bool IsRqFastRejectEnabled() { return false; }
|
80
86
|
inline bool IsScheduleCancellationOverWriteEnabled() { return false; }
|
@@ -86,15 +92,20 @@ inline bool IsTimeCachingInPartyEnabled() { return true; }
|
|
86
92
|
#define GRPC_EXPERIMENT_IS_INCLUDED_TRACE_RECORD_CALLOPS
|
87
93
|
inline bool IsTraceRecordCallopsEnabled() { return true; }
|
88
94
|
inline bool IsUnconstrainedMaxQuotaBufferSizeEnabled() { return false; }
|
89
|
-
|
95
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_WORK_SERIALIZER_DISPATCH
|
96
|
+
inline bool IsWorkSerializerDispatchEnabled() { return true; }
|
90
97
|
|
91
98
|
#elif defined(GPR_WINDOWS)
|
92
99
|
#define GRPC_EXPERIMENT_IS_INCLUDED_CALL_TRACER_IN_TRANSPORT
|
93
100
|
inline bool IsCallTracerInTransportEnabled() { return true; }
|
94
101
|
inline bool IsCanaryClientPrivacyEnabled() { return false; }
|
102
|
+
inline bool IsChaoticGoodLegacyProtocolEnabled() { return false; }
|
95
103
|
inline bool IsClientPrivacyEnabled() { return false; }
|
104
|
+
inline bool IsDisableBufferHintOnHighMemoryPressureEnabled() { return false; }
|
96
105
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_APPLICATION_CALLBACKS
|
97
106
|
inline bool IsEventEngineApplicationCallbacksEnabled() { return true; }
|
107
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CALLBACK_CQ
|
108
|
+
inline bool IsEventEngineCallbackCqEnabled() { return true; }
|
98
109
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CLIENT
|
99
110
|
inline bool IsEventEngineClientEnabled() { return true; }
|
100
111
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_DNS
|
@@ -110,6 +121,8 @@ inline bool IsMonitoringExperimentEnabled() { return true; }
|
|
110
121
|
inline bool IsMultipingEnabled() { return false; }
|
111
122
|
#define GRPC_EXPERIMENT_IS_INCLUDED_PICK_FIRST_NEW
|
112
123
|
inline bool IsPickFirstNewEnabled() { return true; }
|
124
|
+
inline bool IsPromiseBasedHttp2ClientTransportEnabled() { return false; }
|
125
|
+
inline bool IsPromiseBasedHttp2ServerTransportEnabled() { return false; }
|
113
126
|
inline bool IsPromiseBasedInprocTransportEnabled() { return false; }
|
114
127
|
inline bool IsRqFastRejectEnabled() { return false; }
|
115
128
|
inline bool IsScheduleCancellationOverWriteEnabled() { return false; }
|
@@ -121,15 +134,20 @@ inline bool IsTimeCachingInPartyEnabled() { return true; }
|
|
121
134
|
#define GRPC_EXPERIMENT_IS_INCLUDED_TRACE_RECORD_CALLOPS
|
122
135
|
inline bool IsTraceRecordCallopsEnabled() { return true; }
|
123
136
|
inline bool IsUnconstrainedMaxQuotaBufferSizeEnabled() { return false; }
|
124
|
-
|
137
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_WORK_SERIALIZER_DISPATCH
|
138
|
+
inline bool IsWorkSerializerDispatchEnabled() { return true; }
|
125
139
|
|
126
140
|
#else
|
127
141
|
#define GRPC_EXPERIMENT_IS_INCLUDED_CALL_TRACER_IN_TRANSPORT
|
128
142
|
inline bool IsCallTracerInTransportEnabled() { return true; }
|
129
143
|
inline bool IsCanaryClientPrivacyEnabled() { return false; }
|
144
|
+
inline bool IsChaoticGoodLegacyProtocolEnabled() { return false; }
|
130
145
|
inline bool IsClientPrivacyEnabled() { return false; }
|
146
|
+
inline bool IsDisableBufferHintOnHighMemoryPressureEnabled() { return false; }
|
131
147
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_APPLICATION_CALLBACKS
|
132
148
|
inline bool IsEventEngineApplicationCallbacksEnabled() { return true; }
|
149
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CALLBACK_CQ
|
150
|
+
inline bool IsEventEngineCallbackCqEnabled() { return true; }
|
133
151
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CLIENT
|
134
152
|
inline bool IsEventEngineClientEnabled() { return true; }
|
135
153
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_DNS
|
@@ -145,6 +163,8 @@ inline bool IsMonitoringExperimentEnabled() { return true; }
|
|
145
163
|
inline bool IsMultipingEnabled() { return false; }
|
146
164
|
#define GRPC_EXPERIMENT_IS_INCLUDED_PICK_FIRST_NEW
|
147
165
|
inline bool IsPickFirstNewEnabled() { return true; }
|
166
|
+
inline bool IsPromiseBasedHttp2ClientTransportEnabled() { return false; }
|
167
|
+
inline bool IsPromiseBasedHttp2ServerTransportEnabled() { return false; }
|
148
168
|
inline bool IsPromiseBasedInprocTransportEnabled() { return false; }
|
149
169
|
inline bool IsRqFastRejectEnabled() { return false; }
|
150
170
|
inline bool IsScheduleCancellationOverWriteEnabled() { return false; }
|
@@ -164,8 +184,11 @@ inline bool IsWorkSerializerDispatchEnabled() { return true; }
|
|
164
184
|
enum ExperimentIds {
|
165
185
|
kExperimentIdCallTracerInTransport,
|
166
186
|
kExperimentIdCanaryClientPrivacy,
|
187
|
+
kExperimentIdChaoticGoodLegacyProtocol,
|
167
188
|
kExperimentIdClientPrivacy,
|
189
|
+
kExperimentIdDisableBufferHintOnHighMemoryPressure,
|
168
190
|
kExperimentIdEventEngineApplicationCallbacks,
|
191
|
+
kExperimentIdEventEngineCallbackCq,
|
169
192
|
kExperimentIdEventEngineClient,
|
170
193
|
kExperimentIdEventEngineDns,
|
171
194
|
kExperimentIdEventEngineDnsNonClientChannel,
|
@@ -176,6 +199,8 @@ enum ExperimentIds {
|
|
176
199
|
kExperimentIdMonitoringExperiment,
|
177
200
|
kExperimentIdMultiping,
|
178
201
|
kExperimentIdPickFirstNew,
|
202
|
+
kExperimentIdPromiseBasedHttp2ClientTransport,
|
203
|
+
kExperimentIdPromiseBasedHttp2ServerTransport,
|
179
204
|
kExperimentIdPromiseBasedInprocTransport,
|
180
205
|
kExperimentIdRqFastReject,
|
181
206
|
kExperimentIdScheduleCancellationOverWrite,
|
@@ -196,14 +221,27 @@ inline bool IsCallTracerInTransportEnabled() {
|
|
196
221
|
inline bool IsCanaryClientPrivacyEnabled() {
|
197
222
|
return IsExperimentEnabled<kExperimentIdCanaryClientPrivacy>();
|
198
223
|
}
|
224
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_CHAOTIC_GOOD_LEGACY_PROTOCOL
|
225
|
+
inline bool IsChaoticGoodLegacyProtocolEnabled() {
|
226
|
+
return IsExperimentEnabled<kExperimentIdChaoticGoodLegacyProtocol>();
|
227
|
+
}
|
199
228
|
#define GRPC_EXPERIMENT_IS_INCLUDED_CLIENT_PRIVACY
|
200
229
|
inline bool IsClientPrivacyEnabled() {
|
201
230
|
return IsExperimentEnabled<kExperimentIdClientPrivacy>();
|
202
231
|
}
|
232
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_DISABLE_BUFFER_HINT_ON_HIGH_MEMORY_PRESSURE
|
233
|
+
inline bool IsDisableBufferHintOnHighMemoryPressureEnabled() {
|
234
|
+
return IsExperimentEnabled<
|
235
|
+
kExperimentIdDisableBufferHintOnHighMemoryPressure>();
|
236
|
+
}
|
203
237
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_APPLICATION_CALLBACKS
|
204
238
|
inline bool IsEventEngineApplicationCallbacksEnabled() {
|
205
239
|
return IsExperimentEnabled<kExperimentIdEventEngineApplicationCallbacks>();
|
206
240
|
}
|
241
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CALLBACK_CQ
|
242
|
+
inline bool IsEventEngineCallbackCqEnabled() {
|
243
|
+
return IsExperimentEnabled<kExperimentIdEventEngineCallbackCq>();
|
244
|
+
}
|
207
245
|
#define GRPC_EXPERIMENT_IS_INCLUDED_EVENT_ENGINE_CLIENT
|
208
246
|
inline bool IsEventEngineClientEnabled() {
|
209
247
|
return IsExperimentEnabled<kExperimentIdEventEngineClient>();
|
@@ -244,6 +282,14 @@ inline bool IsMultipingEnabled() {
|
|
244
282
|
inline bool IsPickFirstNewEnabled() {
|
245
283
|
return IsExperimentEnabled<kExperimentIdPickFirstNew>();
|
246
284
|
}
|
285
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_PROMISE_BASED_HTTP2_CLIENT_TRANSPORT
|
286
|
+
inline bool IsPromiseBasedHttp2ClientTransportEnabled() {
|
287
|
+
return IsExperimentEnabled<kExperimentIdPromiseBasedHttp2ClientTransport>();
|
288
|
+
}
|
289
|
+
#define GRPC_EXPERIMENT_IS_INCLUDED_PROMISE_BASED_HTTP2_SERVER_TRANSPORT
|
290
|
+
inline bool IsPromiseBasedHttp2ServerTransportEnabled() {
|
291
|
+
return IsExperimentEnabled<kExperimentIdPromiseBasedHttp2ServerTransport>();
|
292
|
+
}
|
247
293
|
#define GRPC_EXPERIMENT_IS_INCLUDED_PROMISE_BASED_INPROC_TRANSPORT
|
248
294
|
inline bool IsPromiseBasedInprocTransportEnabled() {
|
249
295
|
return IsExperimentEnabled<kExperimentIdPromiseBasedInprocTransport>();
|
@@ -41,7 +41,7 @@ void FillGprFromTimestamp(gpr_timespec* gts, const struct timespec* ts) {
|
|
41
41
|
}
|
42
42
|
|
43
43
|
void DefaultTimestampsCallback(void* /*arg*/, Timestamps* /*ts*/,
|
44
|
-
absl::Status /*
|
44
|
+
absl::Status /*shutdown_err*/) {
|
45
45
|
VLOG(2) << "Timestamps callback has not been registered";
|
46
46
|
}
|
47
47
|
|
@@ -80,7 +80,7 @@ class CallCombiner {
|
|
80
80
|
///
|
81
81
|
/// The closure will be scheduled in the following cases:
|
82
82
|
/// - If Cancel() was called prior to registering the closure, it will be
|
83
|
-
/// scheduled immediately with the
|
83
|
+
/// scheduled immediately with the cancellation error.
|
84
84
|
/// - If Cancel() is called after registering the closure, the closure will
|
85
85
|
/// be scheduled with the cancellation error.
|
86
86
|
/// - If SetNotifyOnCancel() is called again to register a new cancellation
|
@@ -212,7 +212,9 @@ inline grpc_closure* grpc_closure_create(grpc_iomgr_cb_func cb, void* cb_arg) {
|
|
212
212
|
#endif
|
213
213
|
|
214
214
|
#define GRPC_CLOSURE_LIST_INIT \
|
215
|
-
{
|
215
|
+
{ \
|
216
|
+
nullptr, nullptr \
|
217
|
+
}
|
216
218
|
|
217
219
|
inline void grpc_closure_list_init(grpc_closure_list* closure_list) {
|
218
220
|
closure_list->head = closure_list->tail = nullptr;
|
@@ -41,7 +41,7 @@ class Combiner {
|
|
41
41
|
// either:
|
42
42
|
// a pointer to the initiating exec ctx if that is the only exec_ctx that has
|
43
43
|
// ever queued to this combiner, or NULL. If this is non-null, it's not
|
44
|
-
//
|
44
|
+
// dereferenceable (since the initiating exec_ctx may have gone out of scope)
|
45
45
|
gpr_atm initiating_exec_ctx_or_null;
|
46
46
|
// state is:
|
47
47
|
// lower bit - zero if orphaned (STATE_UNORPHANED)
|
@@ -57,7 +57,7 @@ struct GlobalRunLoopContext {
|
|
57
57
|
};
|
58
58
|
|
59
59
|
struct GrpcAppleWorker {
|
60
|
-
// The condition
|
60
|
+
// The condition variable to kick the worker. Works with the pollset's lock
|
61
61
|
// (GrpcApplePollset.mu).
|
62
62
|
grpc_core::CondVar cv;
|
63
63
|
|
@@ -706,7 +706,7 @@ static grpc_error_handle process_epoll_events(grpc_pollset* /*pollset*/) {
|
|
706
706
|
|
707
707
|
// NOTE ON SYNCHRONIZATION: At any point of time, only the g_active_poller
|
708
708
|
// (i.e the designated poller thread) will be calling this function. So there is
|
709
|
-
// no need for any synchronization when
|
709
|
+
// no need for any synchronization when accessing fields in g_epoll_set
|
710
710
|
static grpc_error_handle do_epoll_wait(grpc_pollset* ps,
|
711
711
|
grpc_core::Timestamp deadline) {
|
712
712
|
int r;
|
@@ -1009,7 +1009,7 @@ static grpc_error_handle pollset_work(grpc_pollset* ps,
|
|
1009
1009
|
// threads
|
1010
1010
|
|
1011
1011
|
// process_epoll_events() returns very quickly: It just queues the work on
|
1012
|
-
// exec_ctx but does not execute it (the actual
|
1012
|
+
// exec_ctx but does not execute it (the actual execution or more
|
1013
1013
|
// accurately grpc_core::ExecCtx::Get()->Flush() happens in end_worker()
|
1014
1014
|
// AFTER selecting a designated poller). So we are not waiting long periods
|
1015
1015
|
// without a designated poller
|
@@ -30,7 +30,7 @@
|
|
30
30
|
#include "absl/log/log.h"
|
31
31
|
#include "absl/strings/str_format.h"
|
32
32
|
#include "absl/strings/str_split.h"
|
33
|
-
#include "src/core/
|
33
|
+
#include "src/core/config/config_vars.h"
|
34
34
|
#include "src/core/lib/debug/trace.h"
|
35
35
|
#include "src/core/lib/iomgr/ev_epoll1_linux.h"
|
36
36
|
#include "src/core/lib/iomgr/ev_poll_posix.h"
|
data/src/core/lib/iomgr/iomgr.cc
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
#include <string.h>
|
28
28
|
|
29
29
|
#include "absl/log/log.h"
|
30
|
-
#include "src/core/
|
30
|
+
#include "src/core/config/config_vars.h"
|
31
31
|
#include "src/core/lib/iomgr/buffer_list.h"
|
32
32
|
#include "src/core/lib/iomgr/exec_ctx.h"
|
33
33
|
#include "src/core/lib/iomgr/executor.h"
|
@@ -85,7 +85,8 @@ void grpc_set_default_iomgr_platform() {
|
|
85
85
|
}
|
86
86
|
|
87
87
|
bool grpc_iomgr_run_in_background() {
|
88
|
-
return
|
88
|
+
return grpc_core::IsEventEngineCallbackCqEnabled() ||
|
89
|
+
grpc_event_engine_run_in_background();
|
89
90
|
}
|
90
91
|
|
91
92
|
#endif // GRPC_POSIX_SOCKET_IOMGR
|
@@ -107,6 +107,8 @@ void grpc_set_default_iomgr_platform() {
|
|
107
107
|
grpc_set_iomgr_platform_vtable(&vtable);
|
108
108
|
}
|
109
109
|
|
110
|
-
bool grpc_iomgr_run_in_background() {
|
110
|
+
bool grpc_iomgr_run_in_background() {
|
111
|
+
return grpc_core::IsEventEngineCallbackCqEnabled();
|
112
|
+
}
|
111
113
|
|
112
114
|
#endif // GRPC_WINSOCK_SOCKET
|
@@ -82,7 +82,7 @@ typedef enum __ns_type {
|
|
82
82
|
ns_t_cert = 37, // Certification record
|
83
83
|
ns_t_a6 = 38, // IPv6 address (deprecates AAAA)
|
84
84
|
ns_t_dname = 39, // Non-terminal DNAME (for IPv6)
|
85
|
-
ns_t_sink = 40, // Kitchen sink (
|
85
|
+
ns_t_sink = 40, // Kitchen sink (experimental)
|
86
86
|
ns_t_opt = 41, // EDNS0 option (meta-RR)
|
87
87
|
ns_t_apl = 42, // Address prefix list (RFC3123)
|
88
88
|
ns_t_ds = 43, // Delegation Signer (RFC4034)
|
@@ -346,7 +346,7 @@ int64_t grpc_tcp_client_create_from_prepared_fd(
|
|
346
346
|
}
|
347
347
|
|
348
348
|
if (err >= 0) {
|
349
|
-
// Connection already
|
349
|
+
// Connection already succeeded. Return 0 to discourage any cancellation
|
350
350
|
// attempts.
|
351
351
|
*ep = grpc_tcp_client_create_from_fd(fdobj, options, *addr_uri);
|
352
352
|
grpc_core::ExecCtx::Run(DEBUG_LOCATION, closure, absl::OkStatus());
|
@@ -459,7 +459,7 @@ static bool tcp_cancel_connect(int64_t connection_handle) {
|
|
459
459
|
ac->connect_cancelled = true;
|
460
460
|
// Shutdown the fd. This would cause on_writable to run as soon as possible.
|
461
461
|
// We dont need to pass a custom error here because it wont be used since
|
462
|
-
// the on_connect_closure is not run if connect cancellation is
|
462
|
+
// the on_connect_closure is not run if connect cancellation is successful.
|
463
463
|
grpc_fd_shutdown(ac->fd, absl::OkStatus());
|
464
464
|
}
|
465
465
|
bool done = (--ac->refs == 0);
|
@@ -96,12 +96,12 @@ static void on_connect(void* acp, grpc_error_handle error) {
|
|
96
96
|
|
97
97
|
if (error.ok()) {
|
98
98
|
if (socket != NULL) {
|
99
|
-
DWORD
|
99
|
+
DWORD transferred_bytes = 0;
|
100
100
|
DWORD flags;
|
101
101
|
BOOL wsa_success =
|
102
102
|
WSAGetOverlappedResult(socket->socket, &socket->write_info.overlapped,
|
103
|
-
&
|
104
|
-
CHECK_EQ(
|
103
|
+
&transferred_bytes, FALSE, &flags);
|
104
|
+
CHECK_EQ(transferred_bytes, 0);
|
105
105
|
if (!wsa_success) {
|
106
106
|
error = GRPC_WSA_ERROR(WSAGetLastError(), "ConnectEx");
|
107
107
|
closesocket(socket->socket);
|
@@ -325,7 +325,7 @@ class TcpZerocopySendCtx {
|
|
325
325
|
size_t threshold_bytes() const { return threshold_bytes_; }
|
326
326
|
|
327
327
|
// Expected to be called by handler reading messages from the err queue.
|
328
|
-
// It is used to indicate that some OMem
|
328
|
+
// It is used to indicate that some OMem memory is now available. It returns
|
329
329
|
// true to tell the caller to mark the file descriptor as immediately
|
330
330
|
// writable.
|
331
331
|
//
|
@@ -38,7 +38,7 @@
|
|
38
38
|
#include "src/core/lib/iomgr/port.h"
|
39
39
|
#include "src/core/lib/iomgr/socket_utils_posix.h"
|
40
40
|
|
41
|
-
/// Create a tcp endpoint given a file
|
41
|
+
/// Create a tcp endpoint given a file descriptor and a read slice size.
|
42
42
|
/// Takes ownership of \a fd. Takes ownership of the \a slice_allocator.
|
43
43
|
grpc_endpoint* grpc_tcp_create(grpc_fd* fd,
|
44
44
|
const grpc_core::PosixTcpOptions& options,
|
@@ -88,7 +88,7 @@ static grpc_error_handle get_unused_port(int* port) {
|
|
88
88
|
return *port <= 0 ? GRPC_ERROR_CREATE("Bad port") : absl::OkStatus();
|
89
89
|
}
|
90
90
|
|
91
|
-
static bool
|
91
|
+
static bool grpc_is_ipv4_available() {
|
92
92
|
const int fd = socket(AF_INET, SOCK_DGRAM, 0);
|
93
93
|
if (fd >= 0) close(fd);
|
94
94
|
return fd >= 0;
|
@@ -116,7 +116,7 @@ grpc_error_handle grpc_tcp_server_add_all_local_addrs(grpc_tcp_server* s,
|
|
116
116
|
VLOG(2) << "Picked unused port " << requested_port;
|
117
117
|
}
|
118
118
|
|
119
|
-
static bool v4_available =
|
119
|
+
static bool v4_available = grpc_is_ipv4_available();
|
120
120
|
|
121
121
|
if (getifaddrs(&ifa) != 0 || ifa == nullptr) {
|
122
122
|
return GRPC_OS_ERROR(errno, "getifaddrs");
|
@@ -371,7 +371,7 @@ static void on_accept(void* arg, grpc_error_handle error) {
|
|
371
371
|
grpc_winsocket_callback_info* info = &sp->socket->read_info;
|
372
372
|
grpc_endpoint* ep = NULL;
|
373
373
|
grpc_resolved_address peer_name;
|
374
|
-
DWORD
|
374
|
+
DWORD transferred_bytes;
|
375
375
|
DWORD flags;
|
376
376
|
BOOL wsa_success;
|
377
377
|
int err;
|
@@ -392,9 +392,9 @@ static void on_accept(void* arg, grpc_error_handle error) {
|
|
392
392
|
}
|
393
393
|
// The IOCP notified us of a completed operation. Let's grab the results,
|
394
394
|
// and act accordingly.
|
395
|
-
|
395
|
+
transferred_bytes = 0;
|
396
396
|
wsa_success = WSAGetOverlappedResult(sock, &info->overlapped,
|
397
|
-
&
|
397
|
+
&transferred_bytes, FALSE, &flags);
|
398
398
|
if (!wsa_success) {
|
399
399
|
if (!sp->shutting_down) {
|
400
400
|
char* utf8_message = gpr_format_message(WSAGetLastError());
|