Home
last modified time | relevance | path

Searched refs:locality (Results 1 – 25 of 57) sorted by relevance

123

/third_party/grpc/doc/
Dxds-test-descriptions.md160 This test verifies that backends in a secondary locality receive traffic when
161 all backends in the primary locality fail.
175 1. All backends in the primary locality receive at least 1 RPC.
176 1. No backends in the secondary locality receive RPCs.
178 The test driver stops the backends in the primary locality.
182 1. All backends in the secondary locality receive at least 1 RPC.
184 The test driver resumes the backends in the primary locality.
188 1. All backends in the primary locality receive at least 1 RPC.
189 1. No backends in the secondary locality receive RPCs.
193 This test verifies that backends in a failover locality do not receive traffic
[all …]
Dgrpc_xds_features.md17 account in both [locality-weighted load balancing](https://www.envoyproxy.io/docs/envoy/latest/intr…
28 per-locality stats.
40 …ing,<br>Priority-based weighted round-robin locality picking,<br>Round-robin endpoint picking with…
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dendpoint.proto82 // One can have multiple LocalityLbEndpoints for a locality, but this is
88 core.v3.Locality locality = 1; field
90 // The group of endpoints belonging to the locality specified.
94 // balancing weight for a locality is divided by the sum of the weights of all
96 // of traffic for the locality. The sum of the weights of all localities at
99 // Locality weights are only considered when :ref:`locality weighted load
102 // specified when locality weighted load balancing is enabled, the locality is
126 // granularity between the hosts within a locality. The percentage of traffic
128 // load_balancing_weight of its locality. First, a locality will be selected,
129 // then an endpoint within that locality will be chose based on its weight.
Dload_report.proto36 core.v3.Locality locality = 1; field
39 // locality.
46 // aggregated over all endpoints in the locality.
51 // upstream endpoints in the locality.
57 // Endpoint granularity stats information for this locality. This information
78 // locality. These include non-5xx responses for HTTP, where errors
Dbase.proto33 …service exposes :ref:`zone data <envoy_api_field_config.endpoint.v3.LocalityLbEndpoints.locality>`,
41 // When used for locality of upstream hosts, this field further splits zone
79 Locality locality = 4; field
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc86 XdsApi::PriorityListUpdate::LocalityMap::Locality locality) { in Add() argument
89 if (!Contains(locality.priority)) priorities_.resize(locality.priority + 1); in Add()
90 LocalityMap& locality_map = priorities_[locality.priority]; in Add()
91 locality_map.localities.emplace(locality.name, std::move(locality)); in Add()
323 envoy_api_v2_core_Locality* locality = in PopulateNode() local
327 locality, upb_strview_makez(node->locality_region.c_str())); in PopulateNode()
331 locality, upb_strview_makez(node->locality_zone.c_str())); in PopulateNode()
335 locality, upb_strview_makez(node->locality_subzone.c_str())); in PopulateNode()
378 const envoy_api_v2_core_Locality* locality, in AddLocalityField() argument
384 AddStringField(field.c_str(), envoy_api_v2_core_Locality_region(locality), in AddLocalityField()
[all …]
Dxds_client.h131 RefCountedPtr<XdsLocalityName> locality);
135 const RefCountedPtr<XdsLocalityName>& locality,
Dxds_client.cc1087 const auto& locality = p.second; in AcceptEdsUpdate() local
1092 locality.name->AsHumanReadableString().c_str(), in AcceptEdsUpdate()
1093 locality.lb_weight, locality.serverlist.size()); in AcceptEdsUpdate()
1094 for (size_t i = 0; i < locality.serverlist.size(); ++i) { in AcceptEdsUpdate()
1096 &locality.serverlist[i].address(), false); in AcceptEdsUpdate()
1101 locality.name->AsHumanReadableString().c_str(), i, in AcceptEdsUpdate()
1955 RefCountedPtr<XdsLocalityName> locality) { in AddClusterLocalityStats() argument
1969 locality); in AddClusterLocalityStats()
1970 it->second.locality_stats[std::move(locality)].locality_stats.insert( in AddClusterLocalityStats()
1979 const RefCountedPtr<XdsLocalityName>& locality, in RemoveClusterLocalityStats() argument
[all …]
/third_party/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto57 // service exposes :ref:`zone data <envoy_api_field_endpoint.LocalityLbEndpoints.locality>`,
65 // When used for locality of upstream hosts, this field further splits zone
101 Locality locality = 4; field
358 // of the weights of all endpoints in the endpoint's locality to produce a
360 // weighted by the endpoint's locality's load balancing weight from
362 // weight in a locality.
373 // One can have multiple LocalityLbEndpoints for a locality, but this is
378 Locality locality = 1; field
380 // The group of endpoints belonging to the locality specified.
384 // balancing weight for a locality is divided by the sum of the weights of all
[all …]
Dlrs_for_test.proto47 envoy.api.v2.Locality locality = 1; field
50 // locality.
57 // aggregated over all endpoints in the locality.
62 // upstream endpoints in the locality.
68 // // Endpoint granularity stats information for this locality. This information
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc532 XdsApi::EdsUpdate::Priority::Locality locality; in ReturnResult() local
533 locality.name = MakeRefCounted<XdsLocalityName>("", "", ""); in ReturnResult()
534 locality.lb_weight = 1; in ReturnResult()
535 locality.endpoints = std::move(result.addresses); in ReturnResult()
537 priority.localities.emplace(locality.name.get(), std::move(locality)); in ReturnResult()
841 const auto& locality = p.second; in CreateChildPolicyAddressesLocked() local
844 for (const auto& endpoint : locality.endpoints) { in CreateChildPolicyAddressesLocked()
855 locality.lb_weight))); in CreateChildPolicyAddressesLocked()
887 const auto& locality = p.second; in CreateChildPolicyConfigLocked() local
902 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
Deds.cc583 const auto& locality = p.second; in CreateChildPolicyAddressesLocked() local
586 for (size_t i = 0; i < locality.serverlist.size(); ++i) { in CreateChildPolicyAddressesLocked()
587 const ServerAddress& address = locality.serverlist[i]; in CreateChildPolicyAddressesLocked()
609 const auto& locality = p.second; in CreateChildPolicyConfigLocked() local
644 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h109 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument
111 #define LLVM_PREFETCH(addr, rw, locality) argument
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc684 envoy_config_core_v3_Locality* locality = in PopulateNode() local
688 locality, StdStringToUpbString(node->locality_region)); in PopulateNode()
692 locality, StdStringToUpbString(node->locality_zone)); in PopulateNode()
696 locality, StdStringToUpbString(node->locality_subzone)); in PopulateNode()
2004 const envoy_config_core_v3_Locality* locality = in LocalityParse() local
2008 UpbStringToStdString(envoy_config_core_v3_Locality_region(locality)); in LocalityParse()
2010 UpbStringToStdString(envoy_config_core_v3_Locality_region(locality)); in LocalityParse()
2012 UpbStringToStdString(envoy_config_core_v3_Locality_sub_zone(locality)); in LocalityParse()
2132 XdsApi::EdsUpdate::Priority::Locality locality; in EdsResponseParse() local
2133 error = LocalityParse(endpoints[j], &locality, &priority); in EdsResponseParse()
[all …]
Dxds_client.h178 RefCountedPtr<XdsLocalityName> locality);
182 const RefCountedPtr<XdsLocalityName>& locality,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h134 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument
136 #define LLVM_PREFETCH(addr, rw, locality) argument
/third_party/libphonenumber/resources/geocoding/en/
D234.txt20 # all mobile numbers as belonging to this locality.
/third_party/ltp/utils/benchmark/ebizzy-0.3/
DREADME6 in-memory working set with low locality, and allocates and deallocates
/third_party/python/Objects/
Ddictnotes.txt133 Exploiting cache locality at the expense of additional collisions fails
141 To exploit cache locality, change the collision resolution section
/third_party/flatbuffers/docs/source/
DWhitePaper.md18 and locality.
21 no additional allocation, no copying, and good locality, this could be
/third_party/libwebsockets/READMEs/
DREADME.plugin-acme.md50 "locality": "Xiaobitan",
135 ### locality subsection
/third_party/boost/libs/graph_parallel/doc/
Drmat_generator.rst65 permuted to eliminate locality when ``permute_vertices`` is true.
Dunique_rmat_generator.rst67 permuted to eliminate locality when ``permute_vertices`` is true.
Dsorted_rmat_generator.rst69 permuted to eliminate locality when ``permute_vertices`` is true.
Dscalable_rmat_generator.rst71 eliminate locality when ``permute_vertices`` is true.

123