Bug 1129910

Summary: Restarting the agent or plugin container through the rhq-agent plugin leaks classloaders
Product: [Other] RHQ Project Reporter: Lukas Krejci <lkrejci>
Component: AgentAssignee: Nobody <nobody>
Status: ON_QA --- QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.13CC: hrupp
Target Milestone: ---   
Target Release: RHQ 4.13   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1134902 (view as bug list) Environment:
Last Closed: 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: 1134902    

Description Lukas Krejci 2014-08-13 23:44:01 UTC
Description of problem:
This will lead to eventual depletion of permgen and OOMEs.


Version-Release number of selected component (if applicable):
4.13.0-SNAPSHOT

How reproducible:
always

Steps to Reproduce:
1. Inventory the RHQ Agent resource
2. Run its "restartPluginContainer" operation repeatedly

Actual results:
The permgen usage will increase until its depleted

Expected results:
No leaks and stable permgen

Additional info:

Comment 1 Lukas Krejci 2014-08-15 07:07:56 UTC
Pull request opened: https://github.com/rhq-project/rhq/pull/109