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
The server polling loop in RESTMBeanServerConnection.java catches IOExceptions and immediately retries the server poll. This makes sense for transient network issues. However, for an UknownHostException, the issue is unlikely to resolve quickly, and an immediate retry will likely cause an infinite loop, which will probably cause a leak of sockets
This affects all versions of Liberty prior to 25.0.0.1
The text was updated successfully, but these errors were encountered:
The server polling loop in RESTMBeanServerConnection.java catches IOExceptions and immediately retries the server poll. This makes sense for transient network issues. However, for an UknownHostException, the issue is unlikely to resolve quickly, and an immediate retry will likely cause an infinite loop, which will probably cause a leak of sockets
This affects all versions of Liberty prior to 25.0.0.1
The text was updated successfully, but these errors were encountered: