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)