solrj 9.3 was built on jetty 10.0.15. - Doing some searches,
there appeared to be a leak similar around 10.0.11 but fixed.
**But** also there is another leak fix in 10.0.16. 10.0.16 appears tagged
5 days ago. So once that is released - I may try to swap in that
implementation to see if that fixes it before doing more triage.

-Tim

On Mon, Aug 28, 2023 at 7:47 AM Tim Funk <funk...@apache.org> wrote:

>
> As for future triage, I'd try the any of the following
> - Change my endpoint and use Http2 ( disable: builder.useHttp1_1(true))
> - Revert to Http2Client and add a timer / logger in existing apps servers
> counting threadlocals and look for patterns
> - Write a standalone client, single thread. See if I can count the
> threadlocals over time.
> - Write a standalone client - Make all executions in new different threads
> with occasional reuse of thread
>
> On Mon, Aug 28, 2023 at 7:17 AM Vincenzo D'Amore <v.dam...@gmail.com>
> wrote:
>
>> Hi Tim, have you figured out the problem? Just curious to know what you
>> have done at the end.
>>
>

Reply via email to