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

Dan Berindei (Jira) issues at jboss.org
Fri Jan 24 04:26:18 EST 2020


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

Dan Berindei updated ISPN-11220:
--------------------------------
    Status: Open  (was: New)


> 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: 10.1.2.Final, 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