Bug 1024481

Summary: JBossWeb memory leak when using SSL + Java security manager
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Derek Horton <dehort>
Component: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED CURRENTRELEASE QA Contact: Hynek Mlnarik <hmlnarik>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: aogburn, kkhan, pslavice, rhatlapa
Target Milestone: ER6   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 14:38:25 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:

Description Derek Horton 2013-10-29 18:10:31 UTC
Description of problem:
JBossWeb memory leak when using SSL + Java security manager


How reproducible:
Could not reproduce

Comment 1 Derek Horton 2013-10-29 18:13:50 UTC
Tomcat fix:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47744

Comment 3 Rémy Maucherat 2014-01-10 14:55:03 UTC
r2298 and r2297.

Comment 4 Aaron Ogburn 2014-05-30 04:24:39 UTC
This change got in EAP 6.2.1+ and introduced bz1103018

Comment 6 Kabir Khan 2014-07-01 15:55:19 UTC
From the comments this seems done, setting to ON_QA with a made up milestone of ER6 (although from the dates it seems like it should have made it in a long time before)

Comment 7 Hynek Mlnarik 2014-07-04 13:27:12 UTC
Verified in 6.3.0.ER8. Please note that the BZ was switched to ON_QA after ER8.

Similarly to Derek, could not reproduce, yet the heap dumps after using the reproducer from [1] show only a few SSLSession instances held from session after 250000 calls, all referred from WeakHashMap. It was also verified that the code from the Tomcat fix [1] and bz 1103018 (comment 4) are applied.

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=47744