You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Christian Schneider (Jira)" <ji...@apache.org> on 2019/11/09 22:48:00 UTC

[jira] [Resolved] (ARIES-1941) Thread unsafe iteration of thread-safe MultiMap by TopologyManagerImport

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

Christian Schneider resolved ARIES-1941.
----------------------------------------
    Resolution: Fixed

Many thanks for this fix. 

I plan to do a release in about a week . Let me know if you plan to get more changes in.

 

> Thread unsafe iteration of thread-safe MultiMap by TopologyManagerImport
> ------------------------------------------------------------------------
>
>                 Key: ARIES-1941
>                 URL: https://issues.apache.org/jira/browse/ARIES-1941
>             Project: Aries
>          Issue Type: Bug
>          Components: Remote Service Admin
>    Affects Versions: rsa-1.14.0
>            Reporter: Arnoud Glimmerveen
>            Assignee: Christian Schneider
>            Priority: Major
>             Fix For: rsa-1.15.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The TopologyMangerImport class uses the MultiMap (Map<String, Set<T>>). The operations on the MultiMap itself are thread safe (by means of synchronised keyword), however in some cases the Set<T> value is obtained and iterated over, without holding the right mutex. As a result you may see ConcurrentModificationExceptions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)