[jboss-jira] [JBoss JIRA] (AS7-2465) Hang in org.jboss.as.test.integration.domain.DeploymentManagementTestCase
Carlo de Wolf (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Nov 2 09:20:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639248#comment-12639248 ]
Carlo de Wolf commented on AS7-2465:
------------------------------------
The executor is busy executing 4 close requests. The 4 requests feed back their async close into the executor. The executor is limited to 4 concurrent tasks.
https://github.com/jboss-remoting/jboss-remoting/blob/master/src/main/java/org/jboss/remoting3/EndpointImpl.java#L150
In essence a task should never block or use a different executor, but not feed back a blocking task into its own. It should then execute said blocking task itself.
> Hang in org.jboss.as.test.integration.domain.DeploymentManagementTestCase
> -------------------------------------------------------------------------
>
> Key: AS7-2465
> URL: https://issues.jboss.org/browse/AS7-2465
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Carlo de Wolf
> Attachments: 10964-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