The CA API Gateway process (ssg) may become unresponsive under high concurrency or specific network conditions, requiring a manual service restart.
This is often accompanied by a high number of TCP connections stuck in a CLOSE_WAIT state.
netstat -an | grep CLOSE_WAIT | wc -l.
Service is temporarily restored after running systemctl restart ssg.
A product defect (DE671017) in the network handling logic prevents the Gateway from properly closing sockets during certain TCP events, such as Zero Window scenarios.
This issue is targeted to be fixed in release 11.2.2.
For immediate resolution on version 11.2.0, request the hotfix by raising a support case ,
ssg-appliance_11.2.0-25127-hotfixDE671017_all.debssg_11.2.0-25127-hotfixDE671017_all.debnetstat -an | grep CLOSE_WAIT | wc -l.