[
https://issues.apache.org/jira/browse/FELIX-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger resolved FELIX-1926.
--------------------------------------
Resolution: Fixed
Fixed in Rev. 888435
> 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.2.2
>
>
> 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.