Re: HTTP Request stuck in Spring Boot / Tomcat Embed 9.0.35

2020-11-16 Thread Attila Tőkés
: Monday, November 16, 2020 3:56 PM To: users@tomcat.apache.org Subject: Re: HTTP Request stuck in Spring Boot / Tomcat Embed 9.0.35   On 16/11/2020 13:41, Attila Tőkés wrote: > Do you think it could be expected behavior for a HTTP Request to not be > processed, even if it is fully read fr

Re: HTTP Request stuck in Spring Boot / Tomcat Embed 9.0.35

2020-11-16 Thread Mark Thomas
On 16/11/2020 13:41, Attila Tőkés wrote: > Do you think it could be expected behavior for a HTTP Request to not be > processed, even if it is fully read from the socket? In normal circumstances, no. In some error conditions, yes. > Or does this looks like a bug in Tomcat? No. The most likely

HTTP Request stuck in Spring Boot / Tomcat Embed 9.0.35

2020-11-16 Thread Attila Tőkés
Hi, We are using Tomcat Embed 9.0.35 with Spring Boot 2.2.7 in a micro-service running in a Kubernetes environment. Occasionally, we observe some HTTP requests getting stuck and not being processed. After 5 seconds, when the client side times out and tries to close the connection to the server