Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11220

Server can leak protocol servers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 11.0.0.Alpha1
    • 10.1.1.Final
    • Server
    • None

      The Server class keeps the protocol servers in a LinkedHashMap and updates the map from multiple threads, started with parallelStream(). Because LinkedHashMap is not synchronized, a server's entry may overwrite another server's entry, and the stop method won't stop the overwritten server.

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: