You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Siddharth Sharma (JIRA)" <ji...@apache.org> on 2016/08/24 21:34:20 UTC

[jira] [Created] (CAMEL-10269) Optimize DefaultCamelContext#getComponent

Siddharth Sharma created CAMEL-10269:
----------------------------------------

             Summary: Optimize DefaultCamelContext#getComponent
                 Key: CAMEL-10269
                 URL: https://issues.apache.org/jira/browse/CAMEL-10269
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.18.0
            Reporter: Siddharth Sharma
            Priority: Minor
             Fix For: 2.18.0


While debugging how components are resolved by Camel, noticed DefaultCamelContext#getComponent locks on components HashMap for the entire duration the component is created and started. This leads to other threads blocking  on getComponent as if the entire method is synchronized



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)