[
https://issues.jboss.org/browse/AS7-255?page=com.atlassian.jira.plugin.sy...
]
Brian Stansberry reassigned AS7-255:
------------------------------------
Assignee: Kabir Khan (was: Brian Stansberry)
Kabir, I'm assigning this to you as you're most familiar with the protocol stuff.
This is not a priority for CR1 as it's highly this JIRA is out of date. I'm
assigning it more as an FYI than anything. Feel free to resolve as 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