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 2018/09/28 16:20:00 UTC

[jira] [Created] (ARIES-1840) ConcurrentModificationException in org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices

Christian Schneider created ARIES-1840:
------------------------------------------

             Summary: ConcurrentModificationException in org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices
                 Key: ARIES-1840
                 URL: https://issues.apache.org/jira/browse/ARIES-1840
             Project: Aries
          Issue Type: Test
          Components: Remote Service Admin
    Affects Versions: rsa-1.12.0
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: rsa-1.13.0


InĀ org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport.importServices

we iterate through importPossibilities which is MultiMap. As this map is access by more than one thread we must use a ConcurrentHashMap.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)