On Fri, Jan 19, 2024 at 07:40:00PM +0800, sunshaowei01 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 result in the machine running for a long time, and if there are > 10 failures, the telemetry will be unavailable > > Signed-off-by: sunshaowei01 <1819846...@qq.com> > ---
Acked-by: Bruce Richardson <bruce.richard...@intel.com>