You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2012/09/27 19:14:07 UTC

[jira] [Created] (CAMEL-5659) Make the buffer size in CachedOutputStream configurable

Jonathan Anstey created CAMEL-5659:
--------------------------------------

             Summary: Make the buffer size in CachedOutputStream configurable
                 Key: CAMEL-5659
                 URL: https://issues.apache.org/jira/browse/CAMEL-5659
             Project: Camel
          Issue Type: Improvement
    Affects Versions: 2.10.1
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey


The current size is 2048 bytes by default. When large numbers of CachedOutputStreams are created an OOM Error may occur - if we could tune this variable we could avoid some occurrences of the OOM.

--
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

[jira] [Commented] (CAMEL-5659) Make the buffer size in CachedOutputStream configurable

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468481#comment-13468481 ] 

Jonathan Anstey commented on CAMEL-5659:
----------------------------------------

Hey Babak,

When committing via Git, text about the merge conflicts (which are resolved before commit) is added to the commit message. So, nothing to worry about there :)

Thanks for updating the wiki!

Cheers,
Jon
                
> Make the buffer size in CachedOutputStream configurable
> -------------------------------------------------------
>
>                 Key: CAMEL-5659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5659
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> The current size is 2048 bytes by default. When large numbers of CachedOutputStreams are created an OOM Error may occur - if we could tune this variable we could avoid some occurrences of the OOM.

--
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

[jira] [Resolved] (CAMEL-5659) Make the buffer size in CachedOutputStream configurable

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved CAMEL-5659.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.2
                   2.11.0
                   2.9.4
    
> Make the buffer size in CachedOutputStream configurable
> -------------------------------------------------------
>
>                 Key: CAMEL-5659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5659
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> The current size is 2048 bytes by default. When large numbers of CachedOutputStreams are created an OOM Error may occur - if we could tune this variable we could avoid some occurrences of the OOM.

--
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

[jira] [Updated] (CAMEL-5659) Make the buffer size in CachedOutputStream configurable

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey updated CAMEL-5659:
-----------------------------------

    Fix Version/s: 2.8.7
    
> Make the buffer size in CachedOutputStream configurable
> -------------------------------------------------------
>
>                 Key: CAMEL-5659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5659
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.8.7, 2.9.4, 2.11.0, 2.10.2
>
>
> The current size is 2048 bytes by default. When large numbers of CachedOutputStreams are created an OOM Error may occur - if we could tune this variable we could avoid some occurrences of the OOM.

--
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

[jira] [Commented] (CAMEL-5659) Make the buffer size in CachedOutputStream configurable

Posted by "Babak Vahdat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468326#comment-13468326 ] 

Babak Vahdat commented on CAMEL-5659:
-------------------------------------

An awesome patch :-)

I just spotted svn talking about a merge conflict to be there as you backported the patch to the 2.10.x & 2.9.x branches:

http://camel.465427.n5.nabble.com/svn-commit-r1391115-in-camel-branches-camel-2-10-x-camel-core-src-main-java-org-apache-camel-converta-td5720150.html
http://camel.465427.n5.nabble.com/svn-commit-r1391133-in-camel-branches-camel-2-9-x-camel-core-src-main-java-org-apache-camel-convertea-td5720151.html

I also updated the Wiki to be more precise about this new feature:

http://camel.465427.n5.nabble.com/CONF-Apache-Camel-gt-Stream-caching-td5720419.html
http://camel.465427.n5.nabble.com/CONF-Apache-Camel-gt-Camel-2-11-0-Release-td5720421.html

                
> Make the buffer size in CachedOutputStream configurable
> -------------------------------------------------------
>
>                 Key: CAMEL-5659
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5659
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.9.4, 2.11.0, 2.10.2
>
>
> The current size is 2048 bytes by default. When large numbers of CachedOutputStreams are created an OOM Error may occur - if we could tune this variable we could avoid some occurrences of the OOM.

--
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