You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2013/04/17 21:45:16 UTC

[jira] [Closed] (CAMEL-6264) Camel 2.10 performance regression with added statistics in BaseTypeConverterRegistry

     [ https://issues.apache.org/jira/browse/CAMEL-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-6264.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.12.0)
                       (was: 2.11.1)
                   2.11.0
    
> Camel 2.10 performance regression with added statistics in BaseTypeConverterRegistry
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6264
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6264
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.10.3, 2.11.0
>            Reporter: Fabien Chaillou
>            Assignee: Claus Ibsen
>              Labels: performance
>             Fix For: 2.10.5, 2.11.0
>
>
> We updated one of our applications from camel 2.7.3 to camel 2.10.3.
> We have a camel route that takes its input from a servlet and we saw a 10% performance drop after the update.
> With more tests using yourkit, it appears that we are spending a lot more time in BaseTypeConverterRegistry#convertTo method than we used to (from 10ms to 3200ms in a test case).
> The only difference between the two version is the added statistics and the AtomicLong that must cause contention on our route that uses multiple threads behind a seda.
> To improve the issue on our side, we worked-around to avoid having a type converter in our hotspots (Which was mainly the DefaultHttpBinding#writeResponse from camel-http), but i think a solution should be find (maybe make these statistics optionnal).
> Regards,
> Fabien

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira