[
https://issues.apache.org/jira/browse/CAMEL-18002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535968#comment-17535968
]
Claus Ibsen commented on CAMEL-18002:
-------------------------------------
Okay I found the real problem, so its due to netty/jetty/servlet components
handles UoW in a special way, and so later in the code they re-create a new UoW
which they override the existing when using pooled exchanges.
So these 3 components does not work well with exchange pooling. I have a fix
for that now.
> Camel-netty-http: Test NettyHttpSimpleUriParametersTest fails.
> --------------------------------------------------------------
>
> Key: CAMEL-18002
> URL: https://issues.apache.org/jira/browse/CAMEL-18002
> Project: Camel
> Issue Type: Test
> Components: camel-netty-http, tests
> Reporter: Jiri Ondrusek
> Assignee: Jiri Ondrusek
> Priority: Major
>
> Tested with {_}OpenJDK Runtime Environment Temurin-11.0.14+9 (build
> 11.0.14+9){_}.
> Test *NettyHttpSimpleUriParametersTest* failed with:
> {quote}[ERROR] Failures:
> [ERROR] NettyHttpSimpleUriParametersTest>BaseNettyTest.verifyNoLeaks:65
> Leaks detected while running tests:
> [Logger=io.netty.util.ResourceLeakDetector Level=ERROR Message=LEAK:
> ByteBuf.release() was not called before it's garbage-collected. See
> [https://netty.io/wiki/reference-counted-objects.html] for more information.
> ...
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)