[jboss-jira] [JBoss JIRA] (AS7-2379) Hang in org.jboss.as.server.deployment.repository.impl.ContentRepositoryImpl.addContent
Carlo de Wolf (Commented) (JIRA)
jira-events at lists.jboss.org
Thu Nov 17 08:48:41 EST 2011
[ https://issues.jboss.org/browse/AS7-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643690#comment-12643690 ]
Carlo de Wolf commented on AS7-2379:
------------------------------------
I found a weak point in AbstractModelControllerOperationHandler$ProxiedInputStream.read: it initiates an async request, then uses thread notifications for an answer, instead of the returned future. ManagementRequest will store any exception into that ignored future and thus the thing will stall.
> Hang in org.jboss.as.server.deployment.repository.impl.ContentRepositoryImpl.addContent
> ---------------------------------------------------------------------------------------
>
> Key: AS7-2379
> URL: https://issues.jboss.org/browse/AS7-2379
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, JSR-88
> Reporter: Carlo de Wolf
> Assignee: Brian Stansberry
> Priority: Critical
> Fix For: 7.1.0.CR1
>
> Attachments: client-jstack.txt, server-jstack.txt
>
>
--
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