[jboss-jira] [JBoss JIRA] (AS7-5367) ApplicationClientStructureProcessor does not clean up mounts in undeploy()
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Tue Aug 14 19:51:14 EDT 2012
[ https://issues.jboss.org/browse/AS7-5367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711592#comment-12711592 ]
Stuart Douglas commented on AS7-5367:
-------------------------------------
That is exactly what would be happening, basically the issue is that the main appclient thread can spawn other threads, so it is not possible to just shutdown MSC after the main method has finished. I think we will need to register a shutdown hook to actually shut down MSC cleanly when the JVM is exiting.
> ApplicationClientStructureProcessor does not clean up mounts in undeploy()
> --------------------------------------------------------------------------
>
> Key: AS7-5367
> URL: https://issues.jboss.org/browse/AS7-5367
> Project: Application Server 7
> Issue Type: Bug
> Components: Application Client
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Brian Stansberry
> Assignee: Stuart Douglas
> Fix For: 7.2.0.CR1, 7.1.4.Final (EAP)
>
>
> We're seeing temp files left behind in appclient/tmp when testsuites that use appclient run. Theory is this is because there is no cleanup in ApplicationClientStructureProcessor.undeploy().
--
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