On Mon, 2021-03-29 at 18:19 -0700, Ryan Schmitt wrote: > I'm currently focused on the connection pool issue, so I'll have to > deal > with this later. But I was wondering why the 5.x line no longer > features > the IOReactor audit log.
There is now a simple callback that just logs exceptions by default. One can provide a more complex implementation that, for example, maintains a buffer of the most recent exceptions like the audit log in 4.x https://github.com/apache/httpcomponents-core/blob/master/httpcore5/src/main/java/org/apache/hc/core5/reactor/AbstractSingleCoreIOReactor.java#L54 Hope this helps Oleg > On Mon, Mar 29, 2021 at 9:47 AM Oleg Kalnichevski <[email protected]> > wrote: > > > > > On 3/29/2021 6:36 PM, Ryan Schmitt wrote: > > > We have a report of the async client stopping due to some sort of > > IOReactor > > > crash. This is the same class of problem we saw in > > > HttpAsyncClient in the > > > 4.x days, and which was supposedly fixed in the new version. Can > > > we add > > > diagnostics for this issue? > > > > > > > Is there a log of the session exhibiting the problem? What kind of > > additional diagnostics do you have in mind? > > > > Oleg > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
