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/26 10:53:04 UTC

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

Claus Ibsen created CAMEL-11340:
-----------------------------------

             Summary: 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


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)