You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2015/10/29 19:41:27 UTC

[jira] [Created] (ARTEMIS-289) Potential ConcurrentModificationException when closing connections

Justin Bertram created ARTEMIS-289:
--------------------------------------

             Summary: Potential ConcurrentModificationException when closing connections
                 Key: ARTEMIS-289
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-289
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Justin Bertram
            Assignee: Justin Bertram
             Fix For: 1.1.1


org.apache.activemq.artemis.core.server.impl.QueueImpl#getConsumers returns the actual Set of consumers, but if another thread modifies this collection while the caller loops through the Set then a ConcurrentModificationException will be thrown.



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