codecentric / codecentric/spring-boot-admin
Help needed: Random TimeoutException
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.9k
- Forks
- 3.1k
- Avg merge
- 19h 1m
- Merged PRs (30d)
- 61
Description
Hello.
I'm using SBA 3.5.1 with Spring Boot 3.5.3 / 3.5.4 both in a servlet and reactive environment.
The registration and service discovery happens through Eureka.
From time to time, quite randomly to me I must say, I get the following STATUS_CHANGE in the UI
{
"statusInfo": {
"status": "OFFLINE",
"details": {
"exception": "java.util.concurrent.TimeoutException",
"message": "Did not observe any item or terminal signal within 9000ms in 'log' (and no fallback has been configured)"
}
}
}
which the basically puts my app offline to just put them back online on the next run of the check.
Can someone please provide some support on this?
I've opened https://stackoverflow.com/questions/79655549/spring-boot-admin-tons-of-timeouts in the past, but I got no replies in there at all.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file, test, or entry point is named. Start by reproducing the reported STATUS_CHANGE with Spring Boot 3.5.3 or 3.5.4, SBA 3.5.1, and Eureka in both servlet and reactive environments, then trace the 9000ms timeout and status transition. Done means the cause is identified and the application is not incorrectly marked OFFLINE, with regression coverage added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100