-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalStateException after read timeout #2755
Comments
first we have some questions regarding your issue:
This is our current understanding: The first log message is a warning, that the registration failed due to TimeoutException. But as the client is continuing to try to register, this is just a warning, not error and the stacktrace is not logged. Also the same error will not be logged again as warning, just debug (as the message says). So there may be more failing tries. The last log message is the successful registration. In between, there is something trying to access a response which is aleady closed. As the connection is closed, the response is in an invalid state for the requested operation and the Exception is thrown. |
@erikpetzold Well.. it looks like in |
Added PR that should fix this issue |
Spring Boot Admin Server information
Version:
3.1.6
Spring Boot version:
3.1.3
Configured Security:
no auth, service is not exposed outside
Webflux or Servlet application:
Webflux
Client information
Spring Boot versions:
3.1.3
Used discovery mechanism:
self registration
Servlet
Description
Following exception is observed:
But, as I understand, expected behaviour should be timeout exception
The text was updated successfully, but these errors were encountered: