envoyproxy/envoy
Auf GitHub ansehenAsyncClientFactory potentially calls ClusterManager::clusters() outside main thread
Open
#15.458 geöffnet am 12. März 2021
area/cluster_managerbughelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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