[
https://issues.apache.org/jira/browse/CAMEL-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459686#comment-15459686
]
ASF GitHub Bot commented on CAMEL-10269:
----------------------------------------
Github user ssharma closed the pull request at:
https://github.com/apache/camel/pull/1139
> 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)