envoyproxy/envoy

wasm: access log extension point is not thread safe

开放

#41,672 创建于 2025年10月23日

 (3 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/wasmbughelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Access logger instances are shared across all threads, which means log() can be called concurrently. It does not seem that Wasm implementation has proper protection against data races (Wasm runtime assumes single threaded caller I believe).

CC @PiotrSikora @mpwarres

贡献者指南