Bug 1082461
Summary: | Appclient hangs after application is stopped | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> | ||||||
Component: | Application Client | Assignee: | Brian Stansberry <brian.stansberry> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
Severity: | urgent | Docs Contact: | Russell Dickenson <rdickens> | ||||||
Priority: | unspecified | ||||||||
Version: | 6.3.0 | CC: | brian.stansberry, kkhan, nobody, smumford | ||||||
Target Milestone: | ER2 | ||||||||
Target Release: | EAP 6.3.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
In previous versions of the product, the threads used for mounting deployment content were not marked as daemon threads.
As a result, when an appclient container was shut down, the process would not terminate because the deployment mounting thread would not terminate.
In this release, the threads used for mounting deployment content are marked as daemon threads and the appclient container will shut down properly.
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1094279 (view as bug list) | Environment: | |||||||
Last Closed: | 2014-06-28 15:37:32 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1051640, 1094279 | ||||||||
Attachments: |
|
Description
Petr Kremensky
2014-03-31 06:44:48 UTC
I'm not sure if it is the same problem, but I see hanging server process on windows. I'm attaching stack, I can provide heap dump as well. Created attachment 880732 [details]
jstack.txt
Fix is likely this: https://github.com/wildfly/wildfly/commit/c18323fc Verified on EAP 6.3.0.ER2 Brian, could you please provide a draft release note in the Doc Text field above? There's not enough information contained in this ticket for me to ascertain what caused the hang and how it was resolve. Thanks. |