Bug 1076258
Summary: | [AS7] plugin's connection cleaner leaks classloader | |||
---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Lukas Krejci <lkrejci> | |
Component: | Plugins | Assignee: | RHQ Project Maintainer <rhq-maint> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.11 | CC: | hrupp | |
Target Milestone: | GA | |||
Target Release: | RHQ 4.11 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1077943 (view as bug list) | Environment: | ||
Last Closed: | 2014-07-21 10:13:34 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: | 1077943 |
Description
Lukas Krejci
2014-03-13 23:46:00 UTC
commit 9d8b107414e926361ff2b7501e2094402de8e7f7 Author: Lukas Krejci <lkrejci> Date: Fri Mar 14 02:42:44 2014 +0100 [BZ 1076258] Fix classloader leak in as7 plugin The plugin-wide thread pool for closing stale connections was leaving threads running and those threads held on to the "old" plugin classloaders from previous plugin container "runs". The AS7 plugin now has a plugin lifecycle listener that shuts down that thread pool preventing that leak from happening. Bulk closing of RHQ 4.11 issues, now that RHQ 4.12 is out. If you find an issue with those, please open a new BZ, linking to the old one. |