Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-1941

Thread unsafe iteration of thread-safe MultiMap by TopologyManagerImport

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • rsa-1.14.0
    • rsa-1.16.0
    • Remote Service Admin
    • None

    Description

      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.

      Attachments

        Activity

          People

            cschneider Christian Schneider
            arnoud Arnoud Glimmerveen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 40m
                40m