[jboss-jira] [JBoss JIRA] Resolved: (AS7-255) ManagementRequest is not thread safe
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Sun Jun 19 16:43:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan resolved AS7-255.
----------------------------
Resolution: Out of Date
> ManagementRequest is not thread safe
> ------------------------------------
>
> Key: AS7-255
> URL: https://issues.jboss.org/browse/AS7-255
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Alpha1
> Reporter: Brian Stansberry
> Assignee: Kabir Khan
> Fix For: 7.0.0.CR1
>
>
> The ManagementRequest class has a "responseBodyHandler" and a "responseEndHandler" and assumes those will not be executed concurrently, but they can be, since ConnectionImpl uses an executor to handle incoming chunks. One effect would be a null result gets passed to the ResponseFuture, as Thomas Diesler has reported in the linked forum thread.
> There may be other thread safety issues besides this particular one.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list