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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Thu Jan 21 17:21:19 EST 2010


    [ https://jira.jboss.org/jira/browse/SHRINKWRAP-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12507612#action_12507612 ] 

Andrew Lee Rubinger commented on SHRINKWRAP-116:
------------------------------------------------

Yeah, let's do an alpha when this is fully resolved (from an end-user view) on the forums.

> 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
>            Assignee: Andrew Lee Rubinger
>             Fix For: 1.0.0-alpha-4
>
>         Attachments: SHRINKWRAP-116.patch, SHRINKWRAP-116_OOM.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