You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/27 07:31:04 UTC

[jira] [Resolved] (CAMEL-11340) JMX performance statistics - Consider optimise to LongAdder

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

Claus Ibsen resolved CAMEL-11340.
---------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

> JMX performance statistics - Consider optimise to LongAdder
> -----------------------------------------------------------
>
>                 Key: CAMEL-11340
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11340
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, jmx
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>         Attachments: jmx-performance-counter-after.png
>
>
> See
> org.apache.camel.management.mbean.ManagedPerformanceCounter
> org.apache.camel.management.mbean.Statistic
> Those use long types with synchronized blocks. We can consider using LongAdder and non synchronized.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)