You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/11/25 09:04:58 UTC

[jira] [Resolved] (CAMEL-10466) OOM in Dropbox component (uses ByteArrayOutputStream for get)

     [ https://issues.apache.org/jira/browse/CAMEL-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-10466.
---------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s:     (was: 2.18.2)
                   2.18.1

Thanks for the PR

> OOM in Dropbox component (uses ByteArrayOutputStream for get)
> -------------------------------------------------------------
>
>                 Key: CAMEL-10466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10466
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-dropbox
>    Affects Versions: 2.18.0
>            Reporter: Edoardo Causarano
>            Assignee: Claus Ibsen
>              Labels: out-of-memory
>             Fix For: 2.18.1, 2.19.0
>
>
> Using the Dropbox component to download files will consume large amounts of memory, often producing OOMs.
> This is due to the use of ByteArrayOutputStream objects in the implementation of org.apache.camel.component.dropbox.core.DropboxAPIFacade
> The component should use org.apache.camel.converter.stream.OutputStreamBuilder instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)