You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a significant regression in request serving when using both ConnectionPoolConfig.Dynamic and ConnectionPoolConfig.Fixed. This seems to be a regression as this issue only appeared after migrating from RC6 to RC8. Exceptions include:
[info] Exception in thread "zio-fiber-823178100,1568885665" io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection reset by peer: /0.0.0.0:8080
[error] Jun 13, 2024 3:25:18 PM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException Jun 13, 2024 3:25:18 PM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException
Exception in thread "zio-fiber-1756387034" io.netty.handler.codec.PrematureChannelClosureException: Channel closed while executing the request. This is likely caused due to a client connection misconfiguration
@Not-Aru@hearnadam I know you're quite interested in the performance of the client, so just FYI re this PR: #2919.
It improves the performance of the client ~45% according to the benchmarks that I added there. Hopefully you'll be able to see that improvement as well in your benchmarks!
Using snapshot: 3.0.0-RC8+22-5ea81ef6-SNAPSHOT
There is a significant regression in request serving when using both
ConnectionPoolConfig.Dynamic
andConnectionPoolConfig.Fixed
. This seems to be a regression as this issue only appeared after migrating from RC6 to RC8. Exceptions include:Reproducer:
The text was updated successfully, but these errors were encountered: