Re: [PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/1/20 16:58, Shaowei Sun wrote: > Telemetry can only create 10 conns by default, each of which is processed > by a thread. > > When a thread fails to write using socket, the thread will end directly > without reducing the total number of conns. > > This will resul

[PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-20 Thread Shaowei Sun
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel

[PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-20 Thread Shaowei Sun
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel

[PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-20 Thread Shaowei Sun
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel