HAProxy worker crashes during PyTorch DDP training due to file descriptor limits
HAProxy worker crashes during PyTorch DDP training due to file descriptor limits Problem Description In a 64‑node multi‑GPU cluster running distributed PyTorch DDP jobs, HAProxy is used as an internal load‑balancer for gRPC/TCP traffic between parameter servers and training workers. During gradient‑synchronization and checkpointing phases the following symptoms appear: HAProxy logs contain haproxy[12345]: Too many … Read more