envoyproxy/envoy

AsyncClientFactory getThreadLocalCluster failure under validation_server

Open

#15,447 创建于 2021年3月11日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
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.

https://github.com/envoyproxy/envoy/blob/e20957c011b11a4f9f935ec7556ed89d1d8c22d7/source/common/grpc/async_client_manager_impl.cc#L41-L42

贡献者指南