envoyproxy/envoy
Vedi su GitHubAsyncClientFactory potentially calls ClusterManager::clusters() outside main thread
Open
#15.458 aperta il 12 mar 2021
area/cluster_managerbughelp wanted
Metriche repository
- Star
- (27.997 star)
- Metriche merge PR
- (Merge medio 8g) (378 PR mergiate in 30 g)
Descrizione
Title: AsyncClientFactory potentially calls ClusterManager::clusters() outside main thread
Description: An example of this is grpc access logger.
Another example is a filter implementation similar to ext_authz which does not skip static cluster checks (none exist in the open source codebase that I can find).
Repro steps: n/a
Admin and Stats Output: n/a
Config: n/a
Logs: see comment
Call Stack: n/a
related: #15447 #15227 #15449