[infinispan-issues] [JBoss JIRA] (ISPN-11220) Server can leak protocol servers

Will Burns (Jira) issues at jboss.org
Tue Jan 28 15:31:46 EST 2020


     [ https://issues.redhat.com/browse/ISPN-11220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Burns updated ISPN-11220:
------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> Server can leak protocol servers
> --------------------------------
>
>                 Key: ISPN-11220
>                 URL: https://issues.redhat.com/browse/ISPN-11220
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 10.1.1.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>            Priority: Major
>             Fix For: 11.0.0.Alpha1
>
>
> 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.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list