Closed albertogarza closed 1 month ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
We're noticing that these errors are showing up in our logs quite frequently:
I found this issue on GitHub https://github.com/spring-cloud/spring-cloud-netflix/issues/3538 but the spring-cloud-netflix project says it should be fixed in this project. I couldn't find a related issue on this project so I opened this issue.
Our operations team has reported that whenever they see these errors, Tomcat decides to restart on its own which may prevent an
OutOfMemoryError
but it would not be an ideal solution.We're using
org.springframework.cloud:spring-cloud-starter-netflix-zuul:2.1.3.RELEASE
, if that helps.