[ 
https://issues.apache.org/jira/browse/QPID-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall resolved QPID-6171.
------------------------------
    Resolution: Fixed

Changes look reasonable to me.

> [Java Common] Connection.getChannels() leaks a potentially thread-unsafe data 
> structure
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-6171
>                 URL: https://issues.apache.org/jira/browse/QPID-6171
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: 0.31
>
>
> the collection returned by getChannels() may be modified by other threads, 
> leading to unsafe iteration throwing ConcurrentModificationException.
> The returned object should instead be a copy of the data and the underlying 
> map should use a thread safe implementation to allow for the safe copying of 
> the values() collection while another thread may be modifying the map.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to