[ 
https://issues.apache.org/activemq/browse/CAMEL-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60913#action_60913
 ] 

Claus Ibsen commented on CAMEL-2978:
------------------------------------

Sean

Thanks for the test. I am looking into it right now and appears to have a fix.

Can you try with Camel 2.4.0 to disable timeout. You do this to set 
{{timeout=0}} in the endpoint uri.
The bug seems to be a timeout timer from Jetty which should have been shared 
and not prototype scoped :)

> java.net.SocketException: Too many open files with Apache Camel(Netty TCP) 
> 2.4.0.
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-2978
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2978
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-netty
>    Affects Versions: 2.4.0
>         Environment: Linux laptop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 
> 09:20:59 UTC 2010 x86_64 GNU/Linux
> java version "1.6.0_20"
> Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
>            Reporter: Sean Parsons
>            Assignee: Claus Ibsen
>         Attachments: Camel2978Test.java, CamelBreakingTest.groovy, 
> CamelBreakingTest2.groovy
>
>
> I've got a unit test that works fine with Apache Camel 2.3.0, but as soon as 
> I upgraded to 2.4.0 it consistently started to fail.
> It performs a number of concurrent requests using this url:
> netty:tcp://localhost:2048?sync=true
> In both the client and server side of the unit test.
> There's also a sister test which does the same thing with Netty directly and 
> that works in isolation, so it would appear something has been broken in the 
> transition to 2.4.0.  Previously this code was also using a beta version of 
> Netty, but even updating that specific dependency has made no difference.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to