envoyproxy/envoy

Connection Limit filter reporting 18 quintillion active connections

Open

#22,127 创建于 2022年7月12日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)C++ (5,373 fork)batch import
area/ratelimitbughelp wanted

仓库指标

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

描述

We have observed that Envoy with the Connection Limit Filter configured, at some point will report 2**64 active connections for the metric envoy.connection_limit.<listener>.active_connections.

This seems suspicious and could be indicative of some integer overflow.

This did not result in a crash, but did result in some connections being limited when it was not intended.

We configured the filter with a max_connections of 56000 and delay of 500ms

贡献者指南