envoyproxy/envoy
在 GitHub 查看AsyncClientFactory getThreadLocalCluster failure under validation_server
Open
#15,447 创建于 2021年3月11日
area/grpcbughelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
We're seeing an issue validating our grpc access logging config
[external/envoy/source/server/config_validation/server.cc:60] error initializing configuration 'generated/config/envoy_canary.yaml': Unknown gRPC client cluster 'grpceventsink'
I think these lines should be using the helper ClusterInfoMaps.getCluster() instead of iterating the map manually.