quantranhong1999 opened a new pull request, #2816: URL: https://github.com/apache/james-project/pull/2816
The default pending acquire was low (~32, depending on machines). The OIDC client could fail under high load. ```java "exception":"reactor.netty.internal.shaded.reactor.pool.PoolAcquirePendingLimitException: Pending acquire queue has reached its maximum size of 32 ``` Increasing the default value to 10000 (around the current S3 HTTP client pending acquire) should be fine. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
