But how does that explain the client/connection pool locking up and failing all requests until the service is restarted?
On Wed, Mar 24, 2021 at 10:34 AM Oleg Kalnichevski <[email protected]> wrote: > > > On 3/23/2021 11:13 PM, Ryan Schmitt wrote: > > Oh, I actually *do* have more: > > > > Internal Failure java.lang.IllegalStateException: Endpoint not acquired / > > already released > > at > > > com.amazon.coral.apache.hc.client5.http.impl.classic.InternalExecRuntime.ensureValid(InternalExecRuntime.java:142) > > > > at > > > com.amazon.coral.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:172) > > > > Hi Ryan > > It looks like this is most likely to be happening when a request being > executed gets aborted from another execution thread. > > Oleg >
