[
https://issues.jboss.org/browse/GTNPORTAL-2721?page=com.atlassian.jira.pl...
]
Minh Hoang TO updated GTNPORTAL-2721:
-------------------------------------
Description: DownloadService component holds a map of <id, download_resource>,
entries on the map is cleaned automatically thanks to LinkedHashMap. In case many
InputStreamDownloadResource are added into DownloadService, a large number of them are
removed from that map, but the associated InputStream objects are not closed.
Memory leak as too many InputStreamDownloadResource resources are
added into DownloadService
--------------------------------------------------------------------------------------------
Key: GTNPORTAL-2721
URL:
https://issues.jboss.org/browse/GTNPORTAL-2721
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Minh Hoang TO
DownloadService component holds a map of <id, download_resource>, entries on the
map is cleaned automatically thanks to LinkedHashMap. In case many
InputStreamDownloadResource are added into DownloadService, a large number of them are
removed from that map, but the associated InputStream objects are not closed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira