GitHub user dvor4x opened a pull request:
https://github.com/apache/camel/pull/2101
CAMEL-12016 : ChannelFuture is not clearly erased from the pool on
connection error
* Since 2.17.4, ChannelFuture was never release when a connection error
occurs.
https://issues.apache.org/jira/browse/CAMEL-12016
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dvor4x/camel
bugfix/camelNetty4ReleaseChannelFutureOnConnectionError
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2101.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2101
----
commit 436cd46724b94406b0c83a2678b06577eced1b50
Author: dvor4x <[email protected]>
Date: 2017-11-18T13:54:54Z
* Since 2.16.3, ChannelFuture was never release when a connection error
occurs. The fact is, pool.borrowObject(); (L224) didn't throw connection
exception anymore.
----
---