[shrinkwrap-issues] [JBoss JIRA] Updated: (SHRINKWRAP-116) OOM Exception when exporting large archives using ZIPExporter

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Mon Jan 18 17:30:47 EST 2010


     [ https://jira.jboss.org/jira/browse/SHRINKWRAP-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger updated SHRINKWRAP-116:
-------------------------------------------

    Attachment:     (was: SHRINKWRAP-116.patch)


> OOM Exception when exporting large archives using ZIPExporter
> -------------------------------------------------------------
>
>                 Key: SHRINKWRAP-116
>                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-116
>             Project: ShrinkWrap
>          Issue Type: Bug
>          Components: impl-base
>            Reporter: Aslak Knutsen
>         Attachments: SHRINKWRAP-116.patch
>
>
> The ZIPExporter writes to a ZipOutputStream backed by a ByteArrayOutputStream. The content is later returned as a ByteArrayInputStream.
> This does not work well for larger archives.
> The API should be switched:
>  - do not return a inputstream
>  - write directly to given outputstream 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list