]
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: