[Logstash - 调查] 启动时并发执行 `PipelineAction::Create` 可能会引发 `MetricStore` 的 `KeyError: key not found` 错误
作者: alexcams创建于 2026年9月7日更新于 2026年9月16日
当多个管道同时启动时,一个管道的 `Create` 会在注册流量指标时间隔性地失败,出现 `KeyError: key not found` 错误。证据表明,在指标注册过程中存在竞争条件,需要进行调查以确认并实现适当的修复。
内容来源: elastic/logstash