You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlassFish Version (and build number): Eclipse GlassFish 7.0.20
JDK version: OpenJDK 21.0.4
OS: Windows 10
Database: none
Problem Description
If it takes a long time to stop the DAS, many ephemeral ports are opened.
In the worst case, the ephemeral ports provided by the operating system are exhausted.
Steps to reproduce
Compile the following lifecycle listener including a long-running task.
Environment Details
Problem Description
If it takes a long time to stop the DAS, many ephemeral ports are opened.
In the worst case, the ephemeral ports provided by the operating system are exhausted.
Steps to reproduce
netstat
, we can see that many ephemeral ports are consumed.Impact of Issue
If the ephemeral ports are exhausted, new TCP connections requiring ephemeral ports cannot be made.
The text was updated successfully, but these errors were encountered: