[
https://issues.apache.org/jira/browse/POLYGENE-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865014#comment-15865014
]
Niclas Hedhman commented on POLYGENE-224:
-----------------------------------------
Similar problem in ImportedServiceReferenceInstance
> Initialization race condition in ServiceReferenceInstance
> ---------------------------------------------------------
>
> Key: POLYGENE-224
> URL: https://issues.apache.org/jira/browse/POLYGENE-224
> Project: Polygene
> Issue Type: Bug
> Reporter: Lukas Krecan
>
> When multiple threads want to use ServiceReferenceInstance there is an
> activation race condition.
> Instance is set by first thread
> [here|https://github.com/apache/polygene-java/blob/develop/core/runtime/src/main/java/org/apache/polygene/runtime/service/ServiceReferenceInstance.java#L152]
> but the initialization (activation) is not finished yet. Since the instance
> variable is already set, other threads can obtain and use uninitialized
> instance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)