dlmarion commented on PR #4879: URL: https://github.com/apache/accumulo/pull/4879#issuecomment-2414359562
> Noticed a lot of tcp connections to the monitor while this was running, around 1200 My guess is that the HttpClient is creating a new connection for each `async` request because it's using `http/1.1` which handles requests/responses serially. I added support for `http/2` to the Monitor in #4982 , which should allow the HttpClient to multiplex requests over the same connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
