[jboss-jira] [JBoss JIRA] (JBCOMMON-129) BasicThreadPool has unsynchronized collection
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Fri Aug 10 08:32:06 EDT 2012
[ https://issues.jboss.org/browse/JBCOMMON-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf reassigned JBCOMMON-129:
--------------------------------------
Assignee: Bartosz Baranowski (was: Dimitris Andreadis)
> BasicThreadPool has unsynchronized collection
> ---------------------------------------------
>
> Key: JBCOMMON-129
> URL: https://issues.jboss.org/browse/JBCOMMON-129
> Project: JBoss Common
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.20.GA
> Reporter: Bartosz Baranowski
> Assignee: Bartosz Baranowski
> Priority: Blocker
> Fix For: 2.2.21.GA
>
> Attachments: JBCOMMON_129.patch
>
>
> BasicThreadPool has the PriorityQueue. This structure is accessed by various threads - to be precise add and remove operations are called concurrently. This may cause NPE on add operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list