Re: Async timeout and paused connector/endpoint

2022-01-10 Thread Mark Thomas
On 06/01/2022 14:11, Rémy Maucherat wrote: Yes, this feature was about not accepting new requests, while finishing the current ones properly. So this makes sense but it needs quite a few improvements in that case. I've implemented this for 10.1.x. Looking at back-ports now. Mark --

Re: Async timeout and paused connector/endpoint

2022-01-06 Thread Rémy Maucherat
On Thu, Jan 6, 2022 at 1:01 PM Mark Thomas wrote: > > Hi, > > The Spring Boot team has pinged me regarding this issue: > https://github.com/spring-projects/spring-boot/issues/29266 > > I've done some debugging and what it comes down is that when a > Connector/Endpoint is paused, we also pause chec

Async timeout and paused connector/endpoint

2022-01-06 Thread Mark Thomas
Hi, The Spring Boot team has pinged me regarding this issue: https://github.com/spring-projects/spring-boot/issues/29266 I've done some debugging and what it comes down is that when a Connector/Endpoint is paused, we also pause checking the async timeout for requests associated with that Conne