Hello,
We have a situation where a large number of sockets in WildFly stall in CLOSE_WAIT state.
These sockets are grouped by "https-listener" ports.
I was wondering if there is a way to restart an "https-listener" port group, and, hopefully close stalled sockets.
Yes, I know I can restart JBoss completely but I was wondering if there is a way to solve these socket port group problems without restarting the entire service.
I looked around (and did some reading) on jboss-cli options but I could not see anything.. I found out how to list the groups..
/socket-binding-group=standard-sockets:read-resource(recursive=true)
But maybe there is a command to restart a particular group..
Thanks
Cris