On Wed, 2021-03-24 at 11:38 -0700, Ryan Schmitt wrote: > But how does that explain the client/connection pool locking up and > failing all requests until the service is restarted? >
It does not. Just an exception stack trace is not enough to make any semi-educated guesses here. Thread dump would likely help more. Oleg > 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.InternalExecRu > > ntime.ensureValid(InternalExecRuntime.java:142) > > > > > > at > > > > > com.amazon.coral.apache.hc.client5.http.impl.classic.InternalExecRu > > ntime.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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
