Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Camel 3.x as well as 4.0.0-M1 reportedly have multiple cases of the type-check scalability described in this post.
This can affect the the scalability of Camel when running with multiple threads and incur in extra unnecessary work.
See the attachment sample-trace-for-m1.txt for a report of the possible cases for M1 (triggered by running a simple application using seda).
The initial set of patches for CAMEL-15105 have helped a great deal to remove these, but there's still a few to resolve.
Attachments
Attachments
Issue Links
- incorporates
-
CAMEL-15105 camel-core - Extension or getter/setter on ExtendedCamelContext
- Resolved
-
CAMEL-19102 camel-core: Producer cache offers poor performance due to the type check scalability issue
- Resolved
- relates to
-
CAMEL-19775 camel-main: main duration event is not enabled for exchange completed
- Resolved
-
CAMEL-19781 camel-core: excessive occurrence of type misses may be hurting performance
- Resolved
- links to