]
Trong Tran reopened GTNPORTAL-2721:
-----------------------------------
We need a patch to only fix the memory leak issue without improving the design for
maintenance version.
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
Assignee: Minh Hoang TO
Labels: portal-s70
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: