You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/07/30 13:42:19 UTC

[jira] Closed: (FELIX-1926) Access to internal maps in the ComponentRegistry must be guarded against concurrency issues

     [ https://issues.apache.org/jira/browse/FELIX-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-1926.
------------------------------------


Closing since version is released.

> Access to internal maps in the ComponentRegistry must be guarded against concurrency issues
> -------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1926
>                 URL: https://issues.apache.org/jira/browse/FELIX-1926
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.2.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For:  scr-1.4.0
>
>
> Currently accesses to the internal m_componetsById and m_compeontsByName maps are not guarded against concurrent calls and thus become corrupt in highly concurrent situations.
> These accesses should be guared by simple Java synchronization (if possible).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.