xccui commented on issue #8305: URL: https://github.com/apache/hudi/issues/8305#issuecomment-1486895798
@danny0405 After diving deep into the code, I feel that it might be related to `org.apache.http.client.fluent.Executor`. It uses a `PoolingHttpClientConnectionManager` with maximum 100 connections per route and a total maximum of 200 connections. We should provide an option to change the maximum HTTP connections. -- 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]
