grpc 1.33.0.pre1 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +342 -134
- data/include/grpc/grpc.h +1 -2
- data/include/grpc/grpc_security.h +149 -172
- data/include/grpc/impl/codegen/grpc_types.h +9 -2
- data/include/grpc/impl/codegen/port_platform.h +22 -55
- data/src/core/ext/filters/client_channel/client_channel.cc +11 -34
- data/src/core/ext/filters/client_channel/config_selector.h +2 -3
- data/src/core/ext/filters/client_channel/health/health_check_client.cc +4 -1
- data/src/core/ext/filters/client_channel/health/health_check_client.h +2 -2
- data/src/core/ext/filters/client_channel/http_connect_handshaker.cc +1 -1
- data/src/core/ext/filters/client_channel/lb_policy.cc +5 -1
- data/src/core/ext/filters/client_channel/lb_policy.h +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc +1 -1
- data/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h +1 -1
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +80 -71
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc +3 -1
- data/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc +47 -17
- data/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h +8 -5
- data/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc +1 -1
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds.cc +16 -243
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds.h +53 -17
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc +809 -0
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc +20 -25
- data/src/core/ext/filters/client_channel/resolver.cc +3 -1
- data/src/core/ext/filters/client_channel/resolver.h +4 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h +1 -1
- data/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc +20 -0
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc +66 -7
- data/src/core/ext/filters/client_channel/resolver_registry.cc +4 -4
- data/src/core/ext/filters/client_channel/resolver_result_parsing.cc +13 -25
- data/src/core/ext/filters/client_channel/resolving_lb_policy.cc +1 -1
- data/src/core/ext/filters/client_channel/resolving_lb_policy.h +2 -2
- data/src/core/ext/filters/client_channel/retry_throttle.h +1 -1
- data/src/core/ext/filters/client_channel/server_address.h +0 -4
- data/src/core/ext/filters/client_channel/service_config.cc +3 -1
- data/src/core/ext/filters/client_channel/service_config.h +1 -1
- data/src/core/ext/filters/client_channel/subchannel.cc +18 -15
- data/src/core/ext/filters/client_channel/subchannel.h +2 -2
- data/src/core/ext/filters/client_channel/subchannel_interface.h +7 -15
- data/src/core/ext/filters/client_channel/subchannel_pool_interface.h +6 -2
- data/src/core/ext/filters/deadline/deadline_filter.cc +83 -77
- data/src/core/ext/filters/deadline/deadline_filter.h +7 -11
- data/src/core/ext/filters/http/client/http_client_filter.cc +1 -1
- data/src/core/ext/filters/http/server/http_server_filter.cc +3 -3
- data/src/core/ext/filters/max_age/max_age_filter.cc +1 -1
- data/src/core/ext/transport/chttp2/client/chttp2_connector.h +1 -1
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +17 -3
- data/src/core/ext/transport/chttp2/transport/bin_decoder.cc +7 -7
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +4 -24
- data/src/core/ext/transport/chttp2/transport/flow_control.h +2 -2
- data/src/core/ext/transport/chttp2/transport/frame_goaway.cc +2 -1
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +12 -8
- data/src/core/ext/transport/chttp2/transport/internal.h +0 -1
- data/src/core/ext/transport/chttp2/transport/parsing.cc +2 -1
- data/src/core/ext/transport/chttp2/transport/writing.cc +1 -2
- data/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.c +38 -0
- data/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.h +30 -0
- data/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.c +41 -0
- data/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.c +254 -0
- data/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.h +105 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.c +100 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c +558 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.h +145 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.c +53 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.c +133 -0
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.c +127 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.h +65 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.c +56 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.c +266 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.h +125 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.c +143 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.h +55 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.c +56 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.c +66 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.c +263 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.h +100 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.c +233 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.h +70 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.c +56 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.c +228 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.h +80 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.c +46 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.c +59 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.c +55 -0
- data/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.c +110 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.h +50 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c +113 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +50 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.c +146 -0
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.h +55 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.c +50 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.c +190 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.h +55 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.c +185 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.h +65 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.c +62 -0
- data/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.c +97 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c +915 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.h +280 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.c +71 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.c +64 -0
- data/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c +511 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +115 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.c +48 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +30 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c +166 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +55 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.c +105 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c +249 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +60 -0
- data/src/core/ext/upbdefs-generated/envoy/service/cluster/v3/cds.upbdefs.c +72 -0
- data/src/core/ext/upbdefs-generated/envoy/service/cluster/v3/cds.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.c +60 -0
- data/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.c +152 -0
- data/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.h +60 -0
- data/src/core/ext/upbdefs-generated/envoy/service/endpoint/v3/eds.upbdefs.c +83 -0
- data/src/core/ext/upbdefs-generated/envoy/service/endpoint/v3/eds.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/service/listener/v3/lds.upbdefs.c +82 -0
- data/src/core/ext/upbdefs-generated/envoy/service/listener/v3/lds.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.c +83 -0
- data/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/service/route/v3/rds.upbdefs.c +86 -0
- data/src/core/ext/upbdefs-generated/envoy/service/route/v3/rds.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/service/route/v3/srds.upbdefs.c +74 -0
- data/src/core/ext/upbdefs-generated/envoy/service/route/v3/srds.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c +64 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.c +54 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c +53 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.c +73 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.c +72 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.c +81 -0
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.c +92 -0
- data/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.h +65 -0
- data/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.c +95 -0
- data/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.h +55 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.c +34 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.h +30 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.c +59 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.c +54 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.c +47 -0
- data/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.c +40 -0
- data/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.h +30 -0
- data/src/core/ext/upbdefs-generated/google/api/http.upbdefs.c +61 -0
- data/src/core/ext/upbdefs-generated/google/api/http.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.c +38 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c +386 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.h +165 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.c +39 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.c +37 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.c +65 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.h +50 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.c +39 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c +66 -0
- data/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.h +75 -0
- data/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.c +42 -0
- data/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.c +70 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.h +45 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.c +56 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.c +33 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.h +30 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.c +49 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.c +43 -0
- data/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/authority.upbdefs.c +42 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/authority.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/collection_entry.upbdefs.c +62 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/collection_entry.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/context_params.upbdefs.c +45 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/context_params.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource.upbdefs.c +49 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource_locator.upbdefs.c +68 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource_locator.upbdefs.h +40 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource_name.upbdefs.c +51 -0
- data/src/core/ext/upbdefs-generated/udpa/core/v1/resource_name.upbdefs.h +35 -0
- data/src/core/ext/upbdefs-generated/validate/validate.upbdefs.c +307 -0
- data/src/core/ext/upbdefs-generated/validate/validate.upbdefs.h +145 -0
- data/src/core/ext/xds/certificate_provider_factory.h +7 -5
- data/src/core/ext/xds/certificate_provider_store.cc +84 -0
- data/src/core/ext/xds/certificate_provider_store.h +65 -8
- data/src/core/ext/xds/file_watcher_certificate_provider_factory.cc +119 -0
- data/src/core/ext/xds/file_watcher_certificate_provider_factory.h +72 -0
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.cc +28 -140
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.h +6 -4
- data/src/core/ext/xds/xds_api.cc +241 -718
- data/src/core/ext/xds/xds_api.h +50 -9
- data/src/core/ext/xds/xds_bootstrap.cc +172 -25
- data/src/core/ext/xds/xds_bootstrap.h +23 -7
- data/src/core/ext/xds/xds_certificate_provider.cc +240 -0
- data/src/core/ext/xds/xds_certificate_provider.h +74 -0
- data/src/core/ext/xds/xds_client.cc +161 -128
- data/src/core/ext/xds/xds_client.h +12 -11
- data/src/core/ext/xds/xds_client_stats.cc +41 -4
- data/src/core/ext/xds/xds_client_stats.h +2 -2
- data/src/core/lib/channel/channel_args.cc +2 -1
- data/src/core/lib/channel/channel_trace.cc +4 -2
- data/src/core/lib/channel/channelz.h +2 -2
- data/src/core/lib/channel/handshaker.h +2 -2
- data/src/core/lib/compression/compression.cc +8 -4
- data/src/core/lib/compression/compression_internal.cc +10 -5
- data/src/core/lib/compression/compression_internal.h +2 -1
- data/src/core/lib/compression/stream_compression_identity.cc +1 -3
- data/src/core/lib/debug/stats_data.cc +1 -0
- data/src/core/lib/gpr/cpu_iphone.cc +10 -2
- data/src/core/lib/gpr/log_linux.cc +17 -3
- data/src/core/lib/gpr/log_posix.cc +13 -1
- data/src/core/lib/gpr/log_windows.cc +16 -4
- data/src/core/lib/gpr/murmur_hash.cc +1 -1
- data/src/core/lib/gpr/string.cc +1 -1
- data/src/core/lib/gpr/time_precise.cc +3 -2
- data/src/core/lib/gpr/tls.h +4 -0
- data/src/core/lib/gpr/tls_msvc.h +2 -0
- data/src/core/lib/gpr/tls_stdcpp.h +48 -0
- data/src/core/lib/gpr/useful.h +5 -4
- data/src/core/lib/gprpp/dual_ref_counted.h +44 -49
- data/src/core/lib/gprpp/examine_stack.cc +43 -0
- data/src/core/lib/gprpp/examine_stack.h +46 -0
- data/src/core/lib/gprpp/fork.cc +2 -2
- data/src/core/lib/gprpp/manual_constructor.h +1 -1
- data/src/core/lib/gprpp/orphanable.h +4 -8
- data/src/core/lib/gprpp/ref_counted.h +40 -46
- data/src/core/lib/gprpp/ref_counted_ptr.h +9 -11
- data/src/core/lib/{security/authorization/mock_cel/statusor.h → gprpp/stat.h} +13 -25
- data/src/core/lib/gprpp/stat_posix.cc +49 -0
- data/src/core/lib/gprpp/stat_windows.cc +48 -0
- data/src/core/lib/gprpp/thd.h +2 -2
- data/src/core/lib/gprpp/thd_posix.cc +36 -36
- data/src/core/lib/http/parser.cc +46 -25
- data/src/core/lib/iomgr/error.cc +2 -1
- data/src/core/lib/iomgr/ev_epollex_linux.cc +8 -4
- data/src/core/lib/iomgr/exec_ctx.cc +1 -1
- data/src/core/lib/iomgr/executor/mpmcqueue.h +5 -5
- data/src/core/lib/iomgr/executor/threadpool.h +3 -3
- data/src/core/lib/iomgr/parse_address.cc +84 -6
- data/src/core/lib/iomgr/parse_address.h +20 -0
- data/src/core/lib/iomgr/poller/eventmanager_libuv.cc +2 -1
- data/src/core/lib/iomgr/python_util.h +3 -3
- data/src/core/lib/iomgr/resolve_address_posix.cc +1 -5
- data/src/core/lib/iomgr/tcp_posix.cc +3 -2
- data/src/core/lib/iomgr/timer_custom.cc +2 -2
- data/src/core/lib/iomgr/unix_sockets_posix.cc +27 -15
- data/src/core/lib/iomgr/unix_sockets_posix.h +5 -0
- data/src/core/lib/iomgr/unix_sockets_posix_noop.cc +7 -0
- data/src/core/lib/iomgr/wakeup_fd_pipe.cc +2 -2
- data/src/core/lib/json/json.h +2 -2
- data/src/core/lib/json/json_reader.cc +8 -4
- data/src/core/lib/json/json_util.h +167 -0
- data/src/core/lib/json/json_writer.cc +2 -1
- data/src/core/lib/security/authorization/mock_cel/cel_expr_builder_factory.h +3 -1
- data/src/core/lib/security/authorization/mock_cel/cel_expression.h +5 -4
- data/src/core/lib/security/authorization/mock_cel/cel_value.h +4 -0
- data/src/core/lib/security/authorization/mock_cel/evaluator_core.h +6 -6
- data/src/core/lib/security/authorization/mock_cel/flat_expr_builder.h +10 -9
- data/src/core/lib/security/context/security_context.h +3 -1
- data/src/core/lib/security/credentials/credentials.cc +1 -1
- data/src/core/lib/security/credentials/credentials.h +3 -3
- data/src/core/lib/security/credentials/external/aws_request_signer.cc +208 -0
- data/src/core/lib/security/credentials/external/aws_request_signer.h +73 -0
- data/src/core/lib/security/credentials/external/external_account_credentials.cc +311 -0
- data/src/core/lib/security/credentials/external/external_account_credentials.h +118 -0
- data/src/core/lib/security/credentials/external/file_external_account_credentials.cc +136 -0
- data/src/core/lib/security/credentials/external/file_external_account_credentials.h +49 -0
- data/src/core/lib/security/credentials/external/url_external_account_credentials.cc +211 -0
- data/src/core/lib/security/credentials/external/url_external_account_credentials.h +59 -0
- data/src/core/lib/security/credentials/insecure/insecure_credentials.cc +51 -0
- data/src/core/lib/security/credentials/jwt/json_token.cc +5 -2
- data/src/core/lib/security/credentials/jwt/jwt_credentials.h +4 -3
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +5 -1
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc +2 -2
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc +35 -5
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h +12 -8
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc +78 -0
- data/src/core/lib/security/{certificate_provider.h → credentials/tls/grpc_tls_certificate_provider.h} +32 -18
- data/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc +77 -149
- data/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h +58 -187
- data/src/core/lib/security/credentials/tls/tls_credentials.cc +16 -12
- data/src/core/lib/security/credentials/tls/tls_credentials.h +2 -2
- data/src/core/lib/security/security_connector/fake/fake_security_connector.cc +2 -2
- data/src/core/lib/security/security_connector/insecure/insecure_security_connector.cc +88 -0
- data/src/core/lib/security/security_connector/insecure/insecure_security_connector.h +70 -0
- data/src/core/lib/security/security_connector/load_system_roots.h +4 -0
- data/src/core/lib/security/security_connector/load_system_roots_linux.h +2 -0
- data/src/core/lib/security/security_connector/local/local_security_connector.cc +2 -2
- data/src/core/lib/security/security_connector/security_connector.cc +1 -1
- data/src/core/lib/security/security_connector/security_connector.h +4 -2
- data/src/core/lib/security/security_connector/ssl_utils.h +4 -2
- data/src/core/lib/security/security_connector/tls/tls_security_connector.cc +293 -275
- data/src/core/lib/security/security_connector/tls/tls_security_connector.h +106 -61
- data/src/core/lib/security/transport/security_handshaker.cc +1 -1
- data/src/core/lib/security/transport/server_auth_filter.cc +2 -1
- data/src/core/lib/security/util/json_util.h +1 -0
- data/src/core/lib/slice/slice.cc +7 -4
- data/src/core/lib/slice/slice_buffer.cc +2 -1
- data/src/core/lib/slice/slice_intern.cc +2 -2
- data/src/core/lib/surface/call.cc +9 -8
- data/src/core/lib/surface/completion_queue.cc +7 -6
- data/src/core/lib/surface/server.cc +4 -2
- data/src/core/lib/surface/server.h +2 -2
- data/src/core/lib/surface/validate_metadata.h +3 -0
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/authority_override.h +2 -0
- data/src/core/lib/transport/bdp_estimator.cc +1 -1
- data/src/core/lib/transport/byte_stream.h +3 -3
- data/src/core/lib/transport/connectivity_state.h +3 -3
- data/src/core/lib/transport/metadata.h +2 -2
- data/src/core/lib/transport/timeout_encoding.cc +4 -4
- data/src/core/lib/transport/transport.cc +5 -3
- data/src/core/lib/transport/transport.h +1 -1
- data/src/core/plugin_registry/grpc_plugin_registry.cc +4 -4
- data/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc +4 -3
- data/src/core/tsi/fake_transport_security.cc +1 -0
- data/src/core/tsi/local_transport_security.cc +5 -1
- data/src/core/tsi/local_transport_security.h +6 -7
- data/src/core/tsi/ssl/session_cache/ssl_session.h +3 -0
- data/src/core/tsi/ssl/session_cache/ssl_session_cache.h +4 -1
- data/src/core/tsi/ssl_transport_security.cc +14 -7
- data/src/core/tsi/ssl_transport_security.h +3 -0
- data/src/core/tsi/transport_security.cc +4 -2
- data/src/ruby/ext/grpc/extconf.rb +1 -1
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +22 -14
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +36 -24
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/abseil-cpp/absl/algorithm/container.h +59 -22
- data/third_party/abseil-cpp/absl/base/attributes.h +99 -38
- data/third_party/abseil-cpp/absl/base/call_once.h +1 -1
- data/third_party/abseil-cpp/absl/base/casts.h +9 -6
- data/third_party/abseil-cpp/absl/base/config.h +60 -17
- data/third_party/abseil-cpp/absl/base/dynamic_annotations.h +428 -335
- data/third_party/abseil-cpp/absl/base/internal/bits.h +17 -16
- data/third_party/abseil-cpp/absl/base/internal/direct_mmap.h +5 -0
- data/third_party/abseil-cpp/absl/base/internal/dynamic_annotations.h +398 -0
- data/third_party/abseil-cpp/absl/base/internal/invoke.h +4 -4
- data/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc +1 -1
- data/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h +29 -1
- data/third_party/abseil-cpp/absl/base/internal/raw_logging.cc +2 -2
- data/third_party/abseil-cpp/absl/base/internal/raw_logging.h +7 -5
- data/third_party/abseil-cpp/absl/base/internal/spinlock.cc +25 -38
- data/third_party/abseil-cpp/absl/base/internal/spinlock.h +19 -25
- data/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc +8 -0
- data/third_party/abseil-cpp/absl/base/internal/sysinfo.cc +28 -5
- data/third_party/abseil-cpp/absl/base/internal/sysinfo.h +8 -0
- data/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h +3 -1
- data/third_party/abseil-cpp/absl/base/internal/unaligned_access.h +2 -2
- data/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h +3 -3
- data/third_party/abseil-cpp/absl/base/macros.h +36 -109
- data/third_party/abseil-cpp/absl/base/optimization.h +61 -1
- data/third_party/abseil-cpp/absl/base/options.h +31 -4
- data/third_party/abseil-cpp/absl/base/policy_checks.h +1 -1
- data/third_party/abseil-cpp/absl/base/thread_annotations.h +94 -39
- data/third_party/abseil-cpp/absl/container/fixed_array.h +42 -25
- data/third_party/abseil-cpp/absl/container/flat_hash_set.h +2 -1
- data/third_party/abseil-cpp/absl/container/inlined_vector.h +33 -36
- data/third_party/abseil-cpp/absl/container/internal/common.h +6 -2
- data/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h +33 -8
- data/third_party/abseil-cpp/absl/container/internal/container_memory.h +49 -29
- data/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h +15 -0
- data/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h +24 -7
- data/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc +2 -1
- data/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h +35 -11
- data/third_party/abseil-cpp/absl/container/internal/have_sse.h +10 -9
- data/third_party/abseil-cpp/absl/container/internal/layout.h +7 -5
- data/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h +55 -34
- data/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc +5 -4
- data/third_party/abseil-cpp/absl/debugging/internal/demangle.cc +66 -16
- data/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc +4 -0
- data/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc +13 -4
- data/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h +43 -24
- data/third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc +12 -3
- data/third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc +10 -2
- data/third_party/abseil-cpp/absl/debugging/internal/symbolize.h +22 -1
- data/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc +0 -21
- data/third_party/abseil-cpp/absl/debugging/symbolize.cc +12 -1
- data/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc +101 -0
- data/third_party/abseil-cpp/absl/debugging/symbolize_elf.inc +100 -20
- data/third_party/abseil-cpp/absl/functional/bind_front.h +184 -0
- data/third_party/abseil-cpp/absl/functional/function_ref.h +1 -1
- data/third_party/abseil-cpp/absl/functional/internal/front_binder.h +95 -0
- data/third_party/abseil-cpp/absl/functional/internal/function_ref.h +2 -2
- data/third_party/abseil-cpp/absl/hash/hash.h +6 -5
- data/third_party/abseil-cpp/absl/hash/internal/hash.h +73 -65
- data/third_party/abseil-cpp/absl/memory/memory.h +4 -0
- data/third_party/abseil-cpp/absl/meta/type_traits.h +2 -8
- data/third_party/abseil-cpp/absl/numeric/int128.cc +13 -27
- data/third_party/abseil-cpp/absl/numeric/int128.h +16 -15
- data/third_party/abseil-cpp/absl/status/internal/status_internal.h +51 -0
- data/third_party/abseil-cpp/absl/status/status.cc +4 -6
- data/third_party/abseil-cpp/absl/status/status.h +502 -113
- data/third_party/abseil-cpp/absl/status/status_payload_printer.cc +5 -10
- data/third_party/abseil-cpp/absl/strings/charconv.cc +2 -2
- data/third_party/abseil-cpp/absl/strings/cord.cc +91 -112
- data/third_party/abseil-cpp/absl/strings/cord.h +360 -205
- data/third_party/abseil-cpp/absl/strings/escaping.cc +9 -9
- data/third_party/abseil-cpp/absl/strings/internal/char_map.h +1 -1
- data/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc +1 -1
- data/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h +2 -2
- data/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc +2 -2
- data/third_party/abseil-cpp/absl/strings/internal/cord_internal.h +45 -23
- data/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc +222 -136
- data/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h +136 -64
- data/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc +1 -1
- data/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h +14 -21
- data/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h +7 -14
- data/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc +31 -7
- data/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +147 -135
- data/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc +999 -87
- data/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h +3 -3
- data/third_party/abseil-cpp/absl/strings/internal/str_format/output.h +4 -12
- data/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc +8 -6
- data/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h +13 -11
- data/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h +2 -2
- data/third_party/abseil-cpp/absl/strings/str_cat.cc +4 -4
- data/third_party/abseil-cpp/absl/strings/str_cat.h +1 -1
- data/third_party/abseil-cpp/absl/strings/str_format.h +289 -13
- data/third_party/abseil-cpp/absl/strings/str_split.cc +2 -2
- data/third_party/abseil-cpp/absl/strings/str_split.h +1 -0
- data/third_party/abseil-cpp/absl/strings/string_view.h +26 -19
- data/third_party/abseil-cpp/absl/strings/substitute.cc +5 -5
- data/third_party/abseil-cpp/absl/strings/substitute.h +32 -29
- data/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc +3 -3
- data/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc +3 -3
- data/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h +28 -28
- data/third_party/abseil-cpp/absl/synchronization/internal/mutex_nonprod.inc +4 -16
- data/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h +1 -1
- data/third_party/abseil-cpp/absl/synchronization/internal/waiter.cc +8 -0
- data/third_party/abseil-cpp/absl/synchronization/internal/waiter.h +2 -2
- data/third_party/abseil-cpp/absl/synchronization/mutex.cc +75 -64
- data/third_party/abseil-cpp/absl/synchronization/mutex.h +15 -6
- data/third_party/abseil-cpp/absl/time/civil_time.cc +9 -9
- data/third_party/abseil-cpp/absl/time/clock.cc +3 -3
- data/third_party/abseil-cpp/absl/time/duration.cc +90 -59
- data/third_party/abseil-cpp/absl/time/format.cc +43 -36
- data/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h +26 -16
- data/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h +4 -2
- data/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h +1 -1
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc +136 -29
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc +13 -21
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h +1 -1
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc +136 -129
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h +4 -5
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc +8 -7
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h +6 -6
- data/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc +2 -1
- data/third_party/abseil-cpp/absl/time/time.h +15 -16
- data/third_party/abseil-cpp/absl/types/internal/variant.h +4 -4
- data/third_party/abseil-cpp/absl/types/optional.h +9 -9
- data/third_party/abseil-cpp/absl/types/span.h +49 -36
- data/third_party/abseil-cpp/absl/utility/utility.h +2 -2
- data/third_party/address_sorting/include/address_sorting/address_sorting.h +2 -0
- data/third_party/boringssl-with-bazel/err_data.c +340 -336
- data/third_party/boringssl-with-bazel/src/crypto/bio/bio.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/e_aes.c +173 -35
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa_impl.c +46 -7
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/self_check/self_check.c +8 -2
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/internal.h +90 -63
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.c +60 -60
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.c +179 -47
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/voprf.c +766 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c +10 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_data.c +5 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_alt.c +14 -14
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.c +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/aead.h +24 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/arm_arch.h +7 -5
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +5 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/bio.h +4 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/des.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/opensslconf.h +3 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/pem.h +202 -134
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +55 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/tls1.h +4 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/trust_token.h +31 -23
- data/third_party/boringssl-with-bazel/src/include/openssl/x509v3.h +435 -394
- data/third_party/boringssl-with-bazel/src/ssl/bio_ssl.cc +18 -5
- data/third_party/boringssl-with-bazel/src/ssl/handoff.cc +35 -0
- data/third_party/boringssl-with-bazel/src/ssl/internal.h +36 -1
- data/third_party/boringssl-with-bazel/src/ssl/ssl_asn1.cc +42 -1
- data/third_party/boringssl-with-bazel/src/ssl/ssl_lib.cc +67 -0
- data/third_party/boringssl-with-bazel/src/ssl/ssl_session.cc +11 -14
- data/third_party/boringssl-with-bazel/src/ssl/t1_lib.cc +216 -11
- data/third_party/boringssl-with-bazel/src/ssl/tls13_client.cc +53 -11
- data/third_party/boringssl-with-bazel/src/ssl/tls13_server.cc +133 -39
- data/third_party/upb/upb/def.c +2169 -0
- data/third_party/upb/upb/def.h +330 -0
- data/third_party/upb/upb/def.hpp +525 -0
- data/third_party/upb/upb/reflection.c +391 -0
- data/third_party/upb/upb/reflection.h +168 -0
- data/third_party/upb/upb/text_encode.c +398 -0
- data/third_party/upb/upb/text_encode.h +35 -0
- metadata +227 -37
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds_drop.cc +0 -571
- data/third_party/abseil-cpp/absl/base/dynamic_annotations.cc +0 -129
@@ -792,28 +792,21 @@ inline bool operator!=(uint128 lhs, uint128 rhs) {
|
|
792
792
|
}
|
793
793
|
|
794
794
|
inline bool operator<(uint128 lhs, uint128 rhs) {
|
795
|
+
#ifdef ABSL_HAVE_INTRINSIC_INT128
|
796
|
+
return static_cast<unsigned __int128>(lhs) <
|
797
|
+
static_cast<unsigned __int128>(rhs);
|
798
|
+
#else
|
795
799
|
return (Uint128High64(lhs) == Uint128High64(rhs))
|
796
800
|
? (Uint128Low64(lhs) < Uint128Low64(rhs))
|
797
801
|
: (Uint128High64(lhs) < Uint128High64(rhs));
|
802
|
+
#endif
|
798
803
|
}
|
799
804
|
|
800
|
-
inline bool operator>(uint128 lhs, uint128 rhs) {
|
801
|
-
return (Uint128High64(lhs) == Uint128High64(rhs))
|
802
|
-
? (Uint128Low64(lhs) > Uint128Low64(rhs))
|
803
|
-
: (Uint128High64(lhs) > Uint128High64(rhs));
|
804
|
-
}
|
805
|
+
inline bool operator>(uint128 lhs, uint128 rhs) { return rhs < lhs; }
|
805
806
|
|
806
|
-
inline bool operator<=(uint128 lhs, uint128 rhs) {
|
807
|
-
return (Uint128High64(lhs) == Uint128High64(rhs))
|
808
|
-
? (Uint128Low64(lhs) <= Uint128Low64(rhs))
|
809
|
-
: (Uint128High64(lhs) <= Uint128High64(rhs));
|
810
|
-
}
|
807
|
+
inline bool operator<=(uint128 lhs, uint128 rhs) { return !(rhs < lhs); }
|
811
808
|
|
812
|
-
inline bool operator>=(uint128 lhs, uint128 rhs) {
|
813
|
-
return (Uint128High64(lhs) == Uint128High64(rhs))
|
814
|
-
? (Uint128Low64(lhs) >= Uint128Low64(rhs))
|
815
|
-
: (Uint128High64(lhs) >= Uint128High64(rhs));
|
816
|
-
}
|
809
|
+
inline bool operator>=(uint128 lhs, uint128 rhs) { return !(lhs < rhs); }
|
817
810
|
|
818
811
|
// Unary operators.
|
819
812
|
|
@@ -870,6 +863,9 @@ inline uint128& uint128::operator^=(uint128 other) {
|
|
870
863
|
// Arithmetic operators.
|
871
864
|
|
872
865
|
inline uint128 operator<<(uint128 lhs, int amount) {
|
866
|
+
#ifdef ABSL_HAVE_INTRINSIC_INT128
|
867
|
+
return static_cast<unsigned __int128>(lhs) << amount;
|
868
|
+
#else
|
873
869
|
// uint64_t shifts of >= 64 are undefined, so we will need some
|
874
870
|
// special-casing.
|
875
871
|
if (amount < 64) {
|
@@ -881,9 +877,13 @@ inline uint128 operator<<(uint128 lhs, int amount) {
|
|
881
877
|
return lhs;
|
882
878
|
}
|
883
879
|
return MakeUint128(Uint128Low64(lhs) << (amount - 64), 0);
|
880
|
+
#endif
|
884
881
|
}
|
885
882
|
|
886
883
|
inline uint128 operator>>(uint128 lhs, int amount) {
|
884
|
+
#ifdef ABSL_HAVE_INTRINSIC_INT128
|
885
|
+
return static_cast<unsigned __int128>(lhs) >> amount;
|
886
|
+
#else
|
887
887
|
// uint64_t shifts of >= 64 are undefined, so we will need some
|
888
888
|
// special-casing.
|
889
889
|
if (amount < 64) {
|
@@ -895,6 +895,7 @@ inline uint128 operator>>(uint128 lhs, int amount) {
|
|
895
895
|
return lhs;
|
896
896
|
}
|
897
897
|
return MakeUint128(0, Uint128High64(lhs) >> (amount - 64));
|
898
|
+
#endif
|
898
899
|
}
|
899
900
|
|
900
901
|
inline uint128 operator+(uint128 lhs, uint128 rhs) {
|
@@ -0,0 +1,51 @@
|
|
1
|
+
// Copyright 2019 The Abseil Authors.
|
2
|
+
//
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
//
|
7
|
+
// https://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
//
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
#ifndef ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
|
15
|
+
#define ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
|
16
|
+
|
17
|
+
#include <string>
|
18
|
+
|
19
|
+
#include "absl/container/inlined_vector.h"
|
20
|
+
#include "absl/strings/cord.h"
|
21
|
+
|
22
|
+
namespace absl {
|
23
|
+
ABSL_NAMESPACE_BEGIN
|
24
|
+
|
25
|
+
enum class StatusCode : int;
|
26
|
+
|
27
|
+
namespace status_internal {
|
28
|
+
|
29
|
+
// Container for status payloads.
|
30
|
+
struct Payload {
|
31
|
+
std::string type_url;
|
32
|
+
absl::Cord payload;
|
33
|
+
};
|
34
|
+
|
35
|
+
using Payloads = absl::InlinedVector<Payload, 1>;
|
36
|
+
|
37
|
+
// Reference-counted representation of Status data.
|
38
|
+
struct StatusRep {
|
39
|
+
std::atomic<int32_t> ref;
|
40
|
+
absl::StatusCode code;
|
41
|
+
std::string message;
|
42
|
+
std::unique_ptr<status_internal::Payloads> payloads;
|
43
|
+
};
|
44
|
+
|
45
|
+
absl::StatusCode MapToLocalCode(int value);
|
46
|
+
} // namespace status_internal
|
47
|
+
|
48
|
+
ABSL_NAMESPACE_END
|
49
|
+
} // namespace absl
|
50
|
+
|
51
|
+
#endif // ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
|
@@ -27,8 +27,6 @@
|
|
27
27
|
namespace absl {
|
28
28
|
ABSL_NAMESPACE_BEGIN
|
29
29
|
|
30
|
-
// The implementation was intentionally kept same as util::error::Code_Name()
|
31
|
-
// to ease the migration.
|
32
30
|
std::string StatusCodeToString(StatusCode code) {
|
33
31
|
switch (code) {
|
34
32
|
case StatusCode::kOk:
|
@@ -80,7 +78,7 @@ static int FindPayloadIndexByUrl(const Payloads* payloads,
|
|
80
78
|
absl::string_view type_url) {
|
81
79
|
if (payloads == nullptr) return -1;
|
82
80
|
|
83
|
-
for (
|
81
|
+
for (size_t i = 0; i < payloads->size(); ++i) {
|
84
82
|
if ((*payloads)[i].type_url == type_url) return i;
|
85
83
|
}
|
86
84
|
|
@@ -169,15 +167,15 @@ void Status::ForEachPayload(
|
|
169
167
|
bool in_reverse =
|
170
168
|
payloads->size() > 1 && reinterpret_cast<uintptr_t>(payloads) % 13 > 6;
|
171
169
|
|
172
|
-
for (
|
170
|
+
for (size_t index = 0; index < payloads->size(); ++index) {
|
173
171
|
const auto& elem =
|
174
172
|
(*payloads)[in_reverse ? payloads->size() - 1 - index : index];
|
175
173
|
|
176
174
|
#ifdef NDEBUG
|
177
175
|
visitor(elem.type_url, elem.payload);
|
178
176
|
#else
|
179
|
-
// In debug mode
|
180
|
-
// this
|
177
|
+
// In debug mode invalidate the type url to prevent users from relying on
|
178
|
+
// this string lifetime.
|
181
179
|
|
182
180
|
// NOLINTNEXTLINE intentional extra conversion to force temporary.
|
183
181
|
visitor(std::string(elem.type_url), elem.payload);
|
@@ -11,6 +11,43 @@
|
|
11
11
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
12
|
// See the License for the specific language governing permissions and
|
13
13
|
// limitations under the License.
|
14
|
+
//
|
15
|
+
// -----------------------------------------------------------------------------
|
16
|
+
// File: status.h
|
17
|
+
// -----------------------------------------------------------------------------
|
18
|
+
//
|
19
|
+
// This header file defines the Abseil `status` library, consisting of:
|
20
|
+
//
|
21
|
+
// * An `absl::Status` class for holding error handling information
|
22
|
+
// * A set of canonical `absl::StatusCode` error codes, and associated
|
23
|
+
// utilities for generating and propagating status codes.
|
24
|
+
// * A set of helper functions for creating status codes and checking their
|
25
|
+
// values
|
26
|
+
//
|
27
|
+
// Within Google, `absl::Status` is the primary mechanism for gracefully
|
28
|
+
// handling errors across API boundaries (and in particular across RPC
|
29
|
+
// boundaries). Some of these errors may be recoverable, but others may not.
|
30
|
+
// Most functions that can produce a recoverable error should be designed to
|
31
|
+
// return an `absl::Status` (or `absl::StatusOr`).
|
32
|
+
//
|
33
|
+
// Example:
|
34
|
+
//
|
35
|
+
// absl::Status myFunction(absl::string_view fname, ...) {
|
36
|
+
// ...
|
37
|
+
// // encounter error
|
38
|
+
// if (error condition) {
|
39
|
+
// return absl::InvalidArgumentError("bad mode");
|
40
|
+
// }
|
41
|
+
// // else, return OK
|
42
|
+
// return absl::OkStatus();
|
43
|
+
// }
|
44
|
+
//
|
45
|
+
// An `absl::Status` is designed to either return "OK" or one of a number of
|
46
|
+
// different error codes, corresponding to typical error conditions.
|
47
|
+
// In almost all cases, when using `absl::Status` you should use the canonical
|
48
|
+
// error codes (of type `absl::StatusCode`) enumerated in this header file.
|
49
|
+
// These canonical codes are understood across the codebase and will be
|
50
|
+
// accepted across all API and RPC boundaries.
|
14
51
|
#ifndef ABSL_STATUS_STATUS_H_
|
15
52
|
#define ABSL_STATUS_STATUS_H_
|
16
53
|
|
@@ -18,165 +55,477 @@
|
|
18
55
|
#include <string>
|
19
56
|
|
20
57
|
#include "absl/container/inlined_vector.h"
|
58
|
+
#include "absl/status/internal/status_internal.h"
|
21
59
|
#include "absl/strings/cord.h"
|
22
60
|
#include "absl/types/optional.h"
|
23
61
|
|
24
62
|
namespace absl {
|
25
63
|
ABSL_NAMESPACE_BEGIN
|
26
64
|
|
65
|
+
// absl::StatusCode
|
66
|
+
//
|
67
|
+
// An `absl::StatusCode` is an enumerated type indicating either no error ("OK")
|
68
|
+
// or an error condition. In most cases, an `absl::Status` indicates a
|
69
|
+
// recoverable error, and the purpose of signalling an error is to indicate what
|
70
|
+
// action to take in response to that error. These error codes map to the proto
|
71
|
+
// RPC error codes indicated in https://cloud.google.com/apis/design/errors.
|
72
|
+
//
|
73
|
+
// The errors listed below are the canonical errors associated with
|
74
|
+
// `absl::Status` and are used throughout the codebase. As a result, these
|
75
|
+
// error codes are somewhat generic.
|
76
|
+
//
|
77
|
+
// In general, try to return the most specific error that applies if more than
|
78
|
+
// one error may pertain. For example, prefer `kOutOfRange` over
|
79
|
+
// `kFailedPrecondition` if both codes apply. Similarly prefer `kNotFound` or
|
80
|
+
// `kAlreadyExists` over `kFailedPrecondition`.
|
81
|
+
//
|
82
|
+
// Because these errors may travel RPC boundaries, these codes are tied to the
|
83
|
+
// `google.rpc.Code` definitions within
|
84
|
+
// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto
|
85
|
+
// The string value of these RPC codes is denoted within each enum below.
|
86
|
+
//
|
87
|
+
// If your error handling code requires more context, you can attach payloads
|
88
|
+
// to your status. See `absl::Status::SetPayload()` and
|
89
|
+
// `absl::Status::GetPayload()` below.
|
27
90
|
enum class StatusCode : int {
|
91
|
+
// StatusCode::kOk
|
92
|
+
//
|
93
|
+
// kOK (gRPC code "OK") does not indicate an error; this value is returned on
|
94
|
+
// success. It is typical to check for this value before proceeding on any
|
95
|
+
// given call across an API or RPC boundary. To check this value, use the
|
96
|
+
// `absl::Status::ok()` member function rather than inspecting the raw code.
|
28
97
|
kOk = 0,
|
98
|
+
|
99
|
+
// StatusCode::kCancelled
|
100
|
+
//
|
101
|
+
// kCanelled (gRPC code "CANCELLED") indicates the operation was cancelled,
|
102
|
+
// typically by the caller.
|
29
103
|
kCancelled = 1,
|
104
|
+
|
105
|
+
// StatusCode::kUnknown
|
106
|
+
//
|
107
|
+
// kUnknown (gRPC code "UNKNOWN") indicates an unknown error occurred. In
|
108
|
+
// general, more specific errors should be raised, if possible. Errors raised
|
109
|
+
// by APIs that do not return enough error information may be converted to
|
110
|
+
// this error.
|
30
111
|
kUnknown = 2,
|
112
|
+
|
113
|
+
// StatusCode::kInvalidArgument
|
114
|
+
//
|
115
|
+
// kInvalidArgument (gRPC code "INVALID_ARGUMENT") indicates the caller
|
116
|
+
// specified an invalid argument, such a malformed filename. Note that such
|
117
|
+
// errors should be narrowly limited to indicate to the invalid nature of the
|
118
|
+
// arguments themselves. Errors with validly formed arguments that may cause
|
119
|
+
// errors with the state of the receiving system should be denoted with
|
120
|
+
// `kFailedPrecondition` instead.
|
31
121
|
kInvalidArgument = 3,
|
122
|
+
|
123
|
+
// StatusCode::kDeadlineExceeded
|
124
|
+
//
|
125
|
+
// kDeadlineExceeded (gRPC code "DEADLINE_EXCEEDED") indicates a deadline
|
126
|
+
// expired before the operation could complete. For operations that may change
|
127
|
+
// state within a system, this error may be returned even if the operation has
|
128
|
+
// completed successfully. For example, a successful response from a server
|
129
|
+
// could have been delayed long enough for the deadline to expire.
|
32
130
|
kDeadlineExceeded = 4,
|
131
|
+
|
132
|
+
// StatusCode::kNotFound
|
133
|
+
//
|
134
|
+
// kNotFound (gRPC code "NOT_FOUND") indicates some requested entity (such as
|
135
|
+
// a file or directory) was not found.
|
136
|
+
//
|
137
|
+
// `kNotFound` is useful if a request should be denied for an entire class of
|
138
|
+
// users, such as during a gradual feature rollout or undocumented allow list.
|
139
|
+
// If, instead, a request should be denied for specific sets of users, such as
|
140
|
+
// through user-based access control, use `kPermissionDenied` instead.
|
33
141
|
kNotFound = 5,
|
142
|
+
|
143
|
+
// StatusCode::kAlreadyExists
|
144
|
+
//
|
145
|
+
// kAlreadyExists (gRPC code "ALREADY_EXISTS") indicates the entity that a
|
146
|
+
// caller attempted to create (such as file or directory) is already present.
|
34
147
|
kAlreadyExists = 6,
|
148
|
+
|
149
|
+
// StatusCode::kPermissionDenied
|
150
|
+
//
|
151
|
+
// kPermissionDenied (gRPC code "PERMISSION_DENIED") indicates that the caller
|
152
|
+
// does not have permission to execute the specified operation. Note that this
|
153
|
+
// error is different than an error due to an *un*authenticated user. This
|
154
|
+
// error code does not imply the request is valid or the requested entity
|
155
|
+
// exists or satisfies any other pre-conditions.
|
156
|
+
//
|
157
|
+
// `kPermissionDenied` must not be used for rejections caused by exhausting
|
158
|
+
// some resource. Instead, use `kResourceExhausted` for those errors.
|
159
|
+
// `kPermissionDenied` must not be used if the caller cannot be identified.
|
160
|
+
// Instead, use `kUnauthenticated` for those errors.
|
35
161
|
kPermissionDenied = 7,
|
162
|
+
|
163
|
+
// StatusCode::kResourceExhausted
|
164
|
+
//
|
165
|
+
// kResourceExhausted (gRPC code "RESOURCE_EXHAUSTED") indicates some resource
|
166
|
+
// has been exhausted, perhaps a per-user quota, or perhaps the entire file
|
167
|
+
// system is out of space.
|
36
168
|
kResourceExhausted = 8,
|
169
|
+
|
170
|
+
// StatusCode::kFailedPrecondition
|
171
|
+
//
|
172
|
+
// kFailedPrecondition (gRPC code "FAILED_PRECONDITION") indicates that the
|
173
|
+
// operation was rejected because the system is not in a state required for
|
174
|
+
// the operation's execution. For example, a directory to be deleted may be
|
175
|
+
// non-empty, an "rmdir" operation is applied to a non-directory, etc.
|
176
|
+
//
|
177
|
+
// Some guidelines that may help a service implementer in deciding between
|
178
|
+
// `kFailedPrecondition`, `kAborted`, and `kUnavailable`:
|
179
|
+
//
|
180
|
+
// (a) Use `kUnavailable` if the client can retry just the failing call.
|
181
|
+
// (b) Use `kAborted` if the client should retry at a higher transaction
|
182
|
+
// level (such as when a client-specified test-and-set fails, indicating
|
183
|
+
// the client should restart a read-modify-write sequence).
|
184
|
+
// (c) Use `kFailedPrecondition` if the client should not retry until
|
185
|
+
// the system state has been explicitly fixed. For example, if an "rmdir"
|
186
|
+
// fails because the directory is non-empty, `kFailedPrecondition`
|
187
|
+
// should be returned since the client should not retry unless
|
188
|
+
// the files are deleted from the directory.
|
37
189
|
kFailedPrecondition = 9,
|
190
|
+
|
191
|
+
// StatusCode::kAborted
|
192
|
+
//
|
193
|
+
// kAborted (gRPC code "ABORTED") indicates the operation was aborted,
|
194
|
+
// typically due to a concurrency issue such as a sequencer check failure or a
|
195
|
+
// failed transaction.
|
196
|
+
//
|
197
|
+
// See the guidelines above for deciding between `kFailedPrecondition`,
|
198
|
+
// `kAborted`, and `kUnavailable`.
|
38
199
|
kAborted = 10,
|
200
|
+
|
201
|
+
// StatusCode::kOutofRange
|
202
|
+
//
|
203
|
+
// kOutofRange (gRPC code "OUT_OF_RANGE") indicates the operation was
|
204
|
+
// attempted past the valid range, such as seeking or reading past an
|
205
|
+
// end-of-file.
|
206
|
+
//
|
207
|
+
// Unlike `kInvalidArgument`, this error indicates a problem that may
|
208
|
+
// be fixed if the system state changes. For example, a 32-bit file
|
209
|
+
// system will generate `kInvalidArgument` if asked to read at an
|
210
|
+
// offset that is not in the range [0,2^32-1], but it will generate
|
211
|
+
// `kOutOfRange` if asked to read from an offset past the current
|
212
|
+
// file size.
|
213
|
+
//
|
214
|
+
// There is a fair bit of overlap between `kFailedPrecondition` and
|
215
|
+
// `kOutOfRange`. We recommend using `kOutOfRange` (the more specific
|
216
|
+
// error) when it applies so that callers who are iterating through
|
217
|
+
// a space can easily look for an `kOutOfRange` error to detect when
|
218
|
+
// they are done.
|
39
219
|
kOutOfRange = 11,
|
220
|
+
|
221
|
+
// StatusCode::kUnimplemented
|
222
|
+
//
|
223
|
+
// kUnimplemented (gRPC code "UNIMPLEMENTED") indicates the operation is not
|
224
|
+
// implemented or supported in this service. In this case, the operation
|
225
|
+
// should not be re-attempted.
|
40
226
|
kUnimplemented = 12,
|
227
|
+
|
228
|
+
// StatusCode::kInternal
|
229
|
+
//
|
230
|
+
// kInternal (gRPC code "INTERNAL") indicates an internal error has occurred
|
231
|
+
// and some invariants expected by the underlying system have not been
|
232
|
+
// satisfied. This error code is reserved for serious errors.
|
41
233
|
kInternal = 13,
|
234
|
+
|
235
|
+
// StatusCode::kUnavailable
|
236
|
+
//
|
237
|
+
// kUnavailable (gRPC code "UNAVAILABLE") indicates the service is currently
|
238
|
+
// unavailable and that this is most likely a transient condition. An error
|
239
|
+
// such as this can be corrected by retrying with a backoff scheme. Note that
|
240
|
+
// it is not always safe to retry non-idempotent operations.
|
241
|
+
//
|
242
|
+
// See the guidelines above for deciding between `kFailedPrecondition`,
|
243
|
+
// `kAborted`, and `kUnavailable`.
|
42
244
|
kUnavailable = 14,
|
245
|
+
|
246
|
+
// StatusCode::kDataLoss
|
247
|
+
//
|
248
|
+
// kDataLoss (gRPC code "DATA_LOSS") indicates that unrecoverable data loss or
|
249
|
+
// corruption has occurred. As this error is serious, proper alerting should
|
250
|
+
// be attached to errors such as this.
|
43
251
|
kDataLoss = 15,
|
252
|
+
|
253
|
+
// StatusCode::kUnauthenticated
|
254
|
+
//
|
255
|
+
// kUnauthenticated (gRPC code "UNAUTHENTICATED") indicates that the request
|
256
|
+
// does not have valid authentication credentials for the operation. Correct
|
257
|
+
// the authentication and try again.
|
44
258
|
kUnauthenticated = 16,
|
259
|
+
|
260
|
+
// StatusCode::DoNotUseReservedForFutureExpansionUseDefaultInSwitchInstead_
|
261
|
+
//
|
262
|
+
// NOTE: this error code entry should not be used and you should not rely on
|
263
|
+
// its value, which may change.
|
264
|
+
//
|
265
|
+
// The purpose of this enumerated value is to force people who handle status
|
266
|
+
// codes with `switch()` statements to *not* simply enumerate all possible
|
267
|
+
// values, but instead provide a "default:" case. Providing such a default
|
268
|
+
// case ensures that code will compile when new codes are added.
|
45
269
|
kDoNotUseReservedForFutureExpansionUseDefaultInSwitchInstead_ = 20
|
46
270
|
};
|
47
271
|
|
272
|
+
// StatusCodeToString()
|
273
|
+
//
|
48
274
|
// Returns the name for the status code, or "" if it is an unknown value.
|
49
275
|
std::string StatusCodeToString(StatusCode code);
|
50
276
|
|
277
|
+
// operator<<
|
278
|
+
//
|
51
279
|
// Streams StatusCodeToString(code) to `os`.
|
52
280
|
std::ostream& operator<<(std::ostream& os, StatusCode code);
|
53
281
|
|
54
|
-
|
55
|
-
|
56
|
-
//
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
//
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
282
|
+
// absl::Status
|
283
|
+
//
|
284
|
+
// The `absl::Status` class is generally used to gracefully handle errors
|
285
|
+
// across API boundaries (and in particular across RPC boundaries). Some of
|
286
|
+
// these errors may be recoverable, but others may not. Most
|
287
|
+
// functions which can produce a recoverable error should be designed to return
|
288
|
+
// either an `absl::Status` (or the similar `absl::StatusOr<T>`, which holds
|
289
|
+
// either an object of type `T` or an error).
|
290
|
+
//
|
291
|
+
// API developers should construct their functions to return `absl::OkStatus()`
|
292
|
+
// upon success, or an `absl::StatusCode` upon another type of error (e.g
|
293
|
+
// an `absl::StatusCode::kInvalidArgument` error). The API provides convenience
|
294
|
+
// functions to constuct each status code.
|
295
|
+
//
|
296
|
+
// Example:
|
297
|
+
//
|
298
|
+
// absl::Status myFunction(absl::string_view fname, ...) {
|
299
|
+
// ...
|
300
|
+
// // encounter error
|
301
|
+
// if (error condition) {
|
302
|
+
// // Construct an absl::StatusCode::kInvalidArgument error
|
303
|
+
// return absl::InvalidArgumentError("bad mode");
|
304
|
+
// }
|
305
|
+
// // else, return OK
|
306
|
+
// return absl::OkStatus();
|
307
|
+
// }
|
308
|
+
//
|
309
|
+
// Users handling status error codes should prefer checking for an OK status
|
310
|
+
// using the `ok()` member function. Handling multiple error codes may justify
|
311
|
+
// use of switch statement, but only check for error codes you know how to
|
312
|
+
// handle; do not try to exhaustively match against all canonical error codes.
|
313
|
+
// Errors that cannot be handled should be logged and/or propagated for higher
|
314
|
+
// levels to deal with. If you do use a switch statement, make sure that you
|
315
|
+
// also provide a `default:` switch case, so that code does not break as other
|
316
|
+
// canonical codes are added to the API.
|
317
|
+
//
|
318
|
+
// Example:
|
319
|
+
//
|
320
|
+
// absl::Status result = DoSomething();
|
321
|
+
// if (!result.ok()) {
|
322
|
+
// LOG(ERROR) << result;
|
323
|
+
// }
|
324
|
+
//
|
325
|
+
// // Provide a default if switching on multiple error codes
|
326
|
+
// switch (result.code()) {
|
327
|
+
// // The user hasn't authenticated. Ask them to reauth
|
328
|
+
// case absl::StatusCode::kUnauthenticated:
|
329
|
+
// DoReAuth();
|
330
|
+
// break;
|
331
|
+
// // The user does not have permission. Log an error.
|
332
|
+
// case absl::StatusCode::kPermissionDenied:
|
333
|
+
// LOG(ERROR) << result;
|
334
|
+
// break;
|
335
|
+
// // Propagate the error otherwise.
|
336
|
+
// default:
|
337
|
+
// return true;
|
338
|
+
// }
|
339
|
+
//
|
340
|
+
// An `absl::Status` can optionally include a payload with more information
|
341
|
+
// about the error. Typically, this payload serves one of several purposes:
|
342
|
+
//
|
343
|
+
// * It may provide more fine-grained semantic information about the error to
|
344
|
+
// facilitate actionable remedies.
|
345
|
+
// * It may provide human-readable contexual information that is more
|
346
|
+
// appropriate to display to an end user.
|
347
|
+
//
|
348
|
+
// Example:
|
349
|
+
//
|
350
|
+
// absl::Status result = DoSomething();
|
351
|
+
// // Inform user to retry after 30 seconds
|
352
|
+
// // See more error details in googleapis/google/rpc/error_details.proto
|
353
|
+
// if (absl::IsResourceExhausted(result)) {
|
354
|
+
// google::rpc::RetryInfo info;
|
355
|
+
// info.retry_delay().seconds() = 30;
|
356
|
+
// // Payloads require a unique key (a URL to ensure no collisions with
|
357
|
+
// // other payloads), and an `absl::Cord` to hold the encoded data.
|
358
|
+
// absl::string_view url = "type.googleapis.com/google.rpc.RetryInfo";
|
359
|
+
// result.SetPayload(url, info.SerializeAsCord());
|
360
|
+
// return result;
|
361
|
+
// }
|
362
|
+
//
|
75
363
|
class ABSL_MUST_USE_RESULT Status final {
|
76
364
|
public:
|
77
|
-
//
|
365
|
+
// Constructors
|
366
|
+
|
367
|
+
// This default constructor creates an OK status with no message or payload.
|
368
|
+
// Avoid this constructor and prefer explicit construction of an OK status
|
369
|
+
// with `absl::OkStatus()`.
|
78
370
|
Status();
|
79
371
|
|
80
|
-
//
|
81
|
-
// error message. If `code ==
|
82
|
-
// object identical to an OK status is constructed.
|
372
|
+
// Creates a status in the canonical error space with the specified
|
373
|
+
// `absl::StatusCode` and error message. If `code == absl::StatusCode::kOk`,
|
374
|
+
// `msg` is ignored and an object identical to an OK status is constructed.
|
83
375
|
//
|
84
|
-
// `msg` must be in UTF-8. The implementation may complain (e.g.,
|
376
|
+
// The `msg` string must be in UTF-8. The implementation may complain (e.g.,
|
85
377
|
// by printing a warning) if it is not.
|
86
378
|
Status(absl::StatusCode code, absl::string_view msg);
|
87
379
|
|
88
380
|
Status(const Status&);
|
89
381
|
Status& operator=(const Status& x);
|
90
382
|
|
91
|
-
// Move
|
383
|
+
// Move operators
|
384
|
+
|
92
385
|
// The moved-from state is valid but unspecified.
|
93
386
|
Status(Status&&) noexcept;
|
94
387
|
Status& operator=(Status&&);
|
95
388
|
|
96
389
|
~Status();
|
97
390
|
|
98
|
-
//
|
99
|
-
//
|
100
|
-
// with
|
391
|
+
// Status::Update()
|
392
|
+
//
|
393
|
+
// Updates the existing status with `new_status` provided that `this->ok()`.
|
394
|
+
// If the existing status already contains a non-OK error, this update has no
|
395
|
+
// effect and preserves the current data. Note that this behavior may change
|
396
|
+
// in the future to augment a current non-ok status with additional
|
397
|
+
// information about `new_status`.
|
101
398
|
//
|
102
|
-
//
|
103
|
-
//
|
104
|
-
//
|
105
|
-
//
|
399
|
+
// `Update()` provides a convenient way of keeping track of the first error
|
400
|
+
// encountered.
|
401
|
+
//
|
402
|
+
// Example:
|
403
|
+
// // Instead of "if (overall_status.ok()) overall_status = new_status"
|
106
404
|
// overall_status.Update(new_status);
|
107
405
|
//
|
108
|
-
// Style guide exception for rvalue reference granted in CL 153567220.
|
109
406
|
void Update(const Status& new_status);
|
110
407
|
void Update(Status&& new_status);
|
111
408
|
|
112
|
-
//
|
409
|
+
// Status::ok()
|
410
|
+
//
|
411
|
+
// Returns `true` if `this->ok()`. Prefer checking for an OK status using this
|
412
|
+
// member function.
|
113
413
|
ABSL_MUST_USE_RESULT bool ok() const;
|
114
414
|
|
115
|
-
//
|
415
|
+
// Status::code()
|
416
|
+
//
|
417
|
+
// Returns the canonical error code of type `absl::StatusCode` of this status.
|
116
418
|
absl::StatusCode code() const;
|
117
419
|
|
118
|
-
//
|
119
|
-
//
|
120
|
-
//
|
420
|
+
// Status::raw_code()
|
421
|
+
//
|
422
|
+
// Returns a raw (canonical) error code corresponding to the enum value of
|
423
|
+
// `google.rpc.Code` definitions within
|
424
|
+
// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto.
|
425
|
+
// These values could be out of the range of canonical `absl::StatusCode`
|
426
|
+
// enum values.
|
427
|
+
//
|
428
|
+
// NOTE: This function should only be called when converting to an associated
|
429
|
+
// wire format. Use `Status::code()` for error handling.
|
121
430
|
int raw_code() const;
|
122
431
|
|
123
|
-
//
|
124
|
-
//
|
125
|
-
// error message
|
432
|
+
// Status::message()
|
433
|
+
//
|
434
|
+
// Returns the error message associated with this error code, if available.
|
435
|
+
// Note that this message rarely describes the error code. It is not unusual
|
436
|
+
// for the error message to be the empty string. As a result, prefer
|
437
|
+
// `Status::ToString()` for debug logging.
|
126
438
|
absl::string_view message() const;
|
127
439
|
|
128
440
|
friend bool operator==(const Status&, const Status&);
|
129
441
|
friend bool operator!=(const Status&, const Status&);
|
130
442
|
|
131
|
-
//
|
132
|
-
//
|
133
|
-
//
|
134
|
-
//
|
135
|
-
//
|
136
|
-
// which is subject to change.
|
443
|
+
// Status::ToString()
|
444
|
+
//
|
445
|
+
// Returns a combination of the error code name, the message and any
|
446
|
+
// associated payload messages. This string is designed simply to be human
|
447
|
+
// readable and its exact format should not be load bearing. Do not depend on
|
448
|
+
// the exact format of the result of `ToString()` which is subject to change.
|
449
|
+
//
|
450
|
+
// The printed code name and the message are generally substrings of the
|
451
|
+
// result, and the payloads to be printed use the status payload printer
|
452
|
+
// mechanism (which is internal).
|
137
453
|
std::string ToString() const;
|
138
454
|
|
455
|
+
// Status::IgnoreError()
|
456
|
+
//
|
139
457
|
// Ignores any errors. This method does nothing except potentially suppress
|
140
458
|
// complaints from any tools that are checking that errors are not dropped on
|
141
459
|
// the floor.
|
142
460
|
void IgnoreError() const;
|
143
461
|
|
144
|
-
//
|
462
|
+
// swap()
|
463
|
+
//
|
464
|
+
// Swap the contents of one status with another.
|
145
465
|
friend void swap(Status& a, Status& b);
|
146
466
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
// The idea of type URL comes from `google.protobuf.Any`
|
151
|
-
// (https://developers.google.com/protocol-buffers/docs/proto3#any). The
|
152
|
-
// type URL should be globally unique and follow the format of URL
|
153
|
-
// (https://en.wikipedia.org/wiki/URL). The default type URL for a given
|
154
|
-
// protobuf message type is "type.googleapis.com/packagename.messagename". For
|
155
|
-
// other custom wire formats, users should define the format of type URL in a
|
156
|
-
// similar practice so as to minimize the chance of conflict between type
|
157
|
-
// URLs. Users should make sure that the type URL can be mapped to a concrete
|
158
|
-
// C++ type if they want to deserialize the payload and read it effectively.
|
467
|
+
//----------------------------------------------------------------------------
|
468
|
+
// Payload Management APIs
|
469
|
+
//----------------------------------------------------------------------------
|
159
470
|
|
160
|
-
//
|
471
|
+
// A payload may be attached to a status to provide additional context to an
|
472
|
+
// error that may not be satisifed by an existing `absl::StatusCode`.
|
473
|
+
// Typically, this payload serves one of several purposes:
|
474
|
+
//
|
475
|
+
// * It may provide more fine-grained semantic information about the error
|
476
|
+
// to facilitate actionable remedies.
|
477
|
+
// * It may provide human-readable contexual information that is more
|
478
|
+
// appropriate to display to an end user.
|
479
|
+
//
|
480
|
+
// A payload consists of a [key,value] pair, where the key is a string
|
481
|
+
// referring to a unique "type URL" and the value is an object of type
|
482
|
+
// `absl::Cord` to hold the contextual data.
|
483
|
+
//
|
484
|
+
// The "type URL" should be unique and follow the format of a URL
|
485
|
+
// (https://en.wikipedia.org/wiki/URL) and, ideally, provide some
|
486
|
+
// documentation or schema on how to interpret its associated data. For
|
487
|
+
// example, the default type URL for a protobuf message type is
|
488
|
+
// "type.googleapis.com/packagename.messagename". Other custom wire formats
|
489
|
+
// should define the format of type URL in a similar practice so as to
|
490
|
+
// minimize the chance of conflict between type URLs.
|
491
|
+
// Users should ensure that the type URL can be mapped to a concrete
|
492
|
+
// C++ type if they want to deserialize the payload and read it effectively.
|
493
|
+
//
|
494
|
+
// To attach a payload to a status object, call `Status::SetPayload()`,
|
495
|
+
// passing it the type URL and an `absl::Cord` of associated data. Similarly,
|
496
|
+
// to extract the payload from a status, call `Status::GetPayload()`. You
|
497
|
+
// may attach multiple payloads (with differing type URLs) to any given
|
498
|
+
// status object, provided that the status is currently exhibiting an error
|
499
|
+
// code (i.e. is not OK).
|
500
|
+
|
501
|
+
// Status::GetPayload()
|
502
|
+
//
|
503
|
+
// Gets the payload of a status given its unique `type_url` key, if present.
|
161
504
|
absl::optional<absl::Cord> GetPayload(absl::string_view type_url) const;
|
162
505
|
|
163
|
-
//
|
164
|
-
//
|
506
|
+
// Status::SetPayload()
|
507
|
+
//
|
508
|
+
// Sets the payload for a non-ok status using a `type_url` key, overwriting
|
509
|
+
// any existing payload for that `type_url`.
|
165
510
|
//
|
166
|
-
// NOTE:
|
511
|
+
// NOTE: This function does nothing if the Status is ok.
|
167
512
|
void SetPayload(absl::string_view type_url, absl::Cord payload);
|
168
513
|
|
169
|
-
//
|
514
|
+
// Status::ErasePayload()
|
515
|
+
//
|
516
|
+
// Erases the payload corresponding to the `type_url` key. Returns `true` if
|
170
517
|
// the payload was present.
|
171
518
|
bool ErasePayload(absl::string_view type_url);
|
172
519
|
|
173
|
-
//
|
174
|
-
// for each one.
|
520
|
+
// Status::ForEachPayload()
|
175
521
|
//
|
176
|
-
//
|
522
|
+
// Iterates over the stored payloads and calls the
|
523
|
+
// `visitor(type_key, payload)` callable for each one.
|
524
|
+
//
|
525
|
+
// NOTE: The order of calls to `visitor()` is not specified and may change at
|
177
526
|
// any time.
|
178
527
|
//
|
179
|
-
// NOTE: Any mutation on the same 'Status' object during visitation is
|
528
|
+
// NOTE: Any mutation on the same 'absl::Status' object during visitation is
|
180
529
|
// forbidden and could result in undefined behavior.
|
181
530
|
void ForEachPayload(
|
182
531
|
const std::function<void(absl::string_view, const absl::Cord&)>& visitor)
|
@@ -231,7 +580,7 @@ class ABSL_MUST_USE_RESULT Status final {
|
|
231
580
|
static uintptr_t PointerToRep(status_internal::StatusRep* r);
|
232
581
|
static status_internal::StatusRep* RepToPointer(uintptr_t r);
|
233
582
|
|
234
|
-
// Returns
|
583
|
+
// Returns string for non-ok Status.
|
235
584
|
std::string ToStringSlow() const;
|
236
585
|
|
237
586
|
// Status supports two different representations.
|
@@ -245,14 +594,93 @@ class ABSL_MUST_USE_RESULT Status final {
|
|
245
594
|
uintptr_t rep_;
|
246
595
|
};
|
247
596
|
|
248
|
-
//
|
597
|
+
// OkStatus()
|
598
|
+
//
|
599
|
+
// Returns an OK status, equivalent to a default constructed instance. Prefer
|
600
|
+
// usage of `absl::OkStatus()` when constructing such an OK status.
|
249
601
|
Status OkStatus();
|
250
602
|
|
603
|
+
// operator<<()
|
604
|
+
//
|
251
605
|
// Prints a human-readable representation of `x` to `os`.
|
252
606
|
std::ostream& operator<<(std::ostream& os, const Status& x);
|
253
607
|
|
254
|
-
//
|
608
|
+
// IsAborted()
|
609
|
+
// IsAlreadyExists()
|
610
|
+
// IsCancelled()
|
611
|
+
// IsDataLoss()
|
612
|
+
// IsDeadlineExceeded()
|
613
|
+
// IsFailedPrecondition()
|
614
|
+
// IsInternal()
|
615
|
+
// IsInvalidArgument()
|
616
|
+
// IsNotFound()
|
617
|
+
// IsOutOfRange()
|
618
|
+
// IsPermissionDenied()
|
619
|
+
// IsResourceExhausted()
|
620
|
+
// IsUnauthenticated()
|
621
|
+
// IsUnavailable()
|
622
|
+
// IsUnimplemented()
|
623
|
+
// IsUnknown()
|
624
|
+
//
|
625
|
+
// These convenience functions return `true` if a given status matches the
|
626
|
+
// `absl::StatusCode` error code of its associated function.
|
627
|
+
ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
|
628
|
+
ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status);
|
629
|
+
ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status);
|
630
|
+
ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status);
|
631
|
+
ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status);
|
632
|
+
ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status);
|
633
|
+
ABSL_MUST_USE_RESULT bool IsInternal(const Status& status);
|
634
|
+
ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status);
|
635
|
+
ABSL_MUST_USE_RESULT bool IsNotFound(const Status& status);
|
636
|
+
ABSL_MUST_USE_RESULT bool IsOutOfRange(const Status& status);
|
637
|
+
ABSL_MUST_USE_RESULT bool IsPermissionDenied(const Status& status);
|
638
|
+
ABSL_MUST_USE_RESULT bool IsResourceExhausted(const Status& status);
|
639
|
+
ABSL_MUST_USE_RESULT bool IsUnauthenticated(const Status& status);
|
640
|
+
ABSL_MUST_USE_RESULT bool IsUnavailable(const Status& status);
|
641
|
+
ABSL_MUST_USE_RESULT bool IsUnimplemented(const Status& status);
|
642
|
+
ABSL_MUST_USE_RESULT bool IsUnknown(const Status& status);
|
643
|
+
|
644
|
+
// AbortedError()
|
645
|
+
// AlreadyExistsError()
|
646
|
+
// CancelledError()
|
647
|
+
// DataLossError()
|
648
|
+
// DeadlineExceededError()
|
649
|
+
// FailedPreconditionError()
|
650
|
+
// InternalError()
|
651
|
+
// InvalidArgumentError()
|
652
|
+
// NotFoundError()
|
653
|
+
// OutOfRangeError()
|
654
|
+
// PermissionDeniedError()
|
655
|
+
// ResourceExhaustedError()
|
656
|
+
// UnauthenticatedError()
|
657
|
+
// UnavailableError()
|
658
|
+
// UnimplementedError()
|
659
|
+
// UnknownError()
|
660
|
+
//
|
661
|
+
// These convenience functions create an `absl::Status` object with an error
|
662
|
+
// code as indicated by the associated function name, using the error message
|
663
|
+
// passed in `message`.
|
664
|
+
Status AbortedError(absl::string_view message);
|
665
|
+
Status AlreadyExistsError(absl::string_view message);
|
666
|
+
Status CancelledError(absl::string_view message);
|
667
|
+
Status DataLossError(absl::string_view message);
|
668
|
+
Status DeadlineExceededError(absl::string_view message);
|
669
|
+
Status FailedPreconditionError(absl::string_view message);
|
670
|
+
Status InternalError(absl::string_view message);
|
671
|
+
Status InvalidArgumentError(absl::string_view message);
|
672
|
+
Status NotFoundError(absl::string_view message);
|
673
|
+
Status OutOfRangeError(absl::string_view message);
|
674
|
+
Status PermissionDeniedError(absl::string_view message);
|
675
|
+
Status ResourceExhaustedError(absl::string_view message);
|
676
|
+
Status UnauthenticatedError(absl::string_view message);
|
677
|
+
Status UnavailableError(absl::string_view message);
|
678
|
+
Status UnimplementedError(absl::string_view message);
|
679
|
+
Status UnknownError(absl::string_view message);
|
680
|
+
|
681
|
+
//------------------------------------------------------------------------------
|
255
682
|
// Implementation details follow
|
683
|
+
//------------------------------------------------------------------------------
|
256
684
|
|
257
685
|
inline Status::Status() : rep_(CodeToInlinedRep(absl::StatusCode::kOk)) {}
|
258
686
|
|
@@ -378,50 +806,11 @@ inline void Status::Unref(uintptr_t rep) {
|
|
378
806
|
|
379
807
|
inline Status OkStatus() { return Status(); }
|
380
808
|
|
381
|
-
// Each of the functions below creates a Status object with a particular error
|
382
|
-
// code and the given message. The error code of the returned status object
|
383
|
-
// matches the name of the function.
|
384
|
-
Status AbortedError(absl::string_view message);
|
385
|
-
Status AlreadyExistsError(absl::string_view message);
|
386
|
-
Status CancelledError(absl::string_view message);
|
387
|
-
Status DataLossError(absl::string_view message);
|
388
|
-
Status DeadlineExceededError(absl::string_view message);
|
389
|
-
Status FailedPreconditionError(absl::string_view message);
|
390
|
-
Status InternalError(absl::string_view message);
|
391
|
-
Status InvalidArgumentError(absl::string_view message);
|
392
|
-
Status NotFoundError(absl::string_view message);
|
393
|
-
Status OutOfRangeError(absl::string_view message);
|
394
|
-
Status PermissionDeniedError(absl::string_view message);
|
395
|
-
Status ResourceExhaustedError(absl::string_view message);
|
396
|
-
Status UnauthenticatedError(absl::string_view message);
|
397
|
-
Status UnavailableError(absl::string_view message);
|
398
|
-
Status UnimplementedError(absl::string_view message);
|
399
|
-
Status UnknownError(absl::string_view message);
|
400
|
-
|
401
809
|
// Creates a `Status` object with the `absl::StatusCode::kCancelled` error code
|
402
810
|
// and an empty message. It is provided only for efficiency, given that
|
403
811
|
// message-less kCancelled errors are common in the infrastructure.
|
404
812
|
inline Status CancelledError() { return Status(absl::StatusCode::kCancelled); }
|
405
813
|
|
406
|
-
// Each of the functions below returns true if the given status matches the
|
407
|
-
// error code implied by the function's name.
|
408
|
-
ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
|
409
|
-
ABSL_MUST_USE_RESULT bool IsAlreadyExists(const Status& status);
|
410
|
-
ABSL_MUST_USE_RESULT bool IsCancelled(const Status& status);
|
411
|
-
ABSL_MUST_USE_RESULT bool IsDataLoss(const Status& status);
|
412
|
-
ABSL_MUST_USE_RESULT bool IsDeadlineExceeded(const Status& status);
|
413
|
-
ABSL_MUST_USE_RESULT bool IsFailedPrecondition(const Status& status);
|
414
|
-
ABSL_MUST_USE_RESULT bool IsInternal(const Status& status);
|
415
|
-
ABSL_MUST_USE_RESULT bool IsInvalidArgument(const Status& status);
|
416
|
-
ABSL_MUST_USE_RESULT bool IsNotFound(const Status& status);
|
417
|
-
ABSL_MUST_USE_RESULT bool IsOutOfRange(const Status& status);
|
418
|
-
ABSL_MUST_USE_RESULT bool IsPermissionDenied(const Status& status);
|
419
|
-
ABSL_MUST_USE_RESULT bool IsResourceExhausted(const Status& status);
|
420
|
-
ABSL_MUST_USE_RESULT bool IsUnauthenticated(const Status& status);
|
421
|
-
ABSL_MUST_USE_RESULT bool IsUnavailable(const Status& status);
|
422
|
-
ABSL_MUST_USE_RESULT bool IsUnimplemented(const Status& status);
|
423
|
-
ABSL_MUST_USE_RESULT bool IsUnknown(const Status& status);
|
424
|
-
|
425
814
|
ABSL_NAMESPACE_END
|
426
815
|
} // namespace absl
|
427
816
|
|