[ 
https://issues.apache.org/jira/browse/THRIFT-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893969#comment-13893969
 ] 

Hudson commented on THRIFT-1457:
--------------------------------

FAILURE: Integrated in Thrift #1036 (See 
[https://builds.apache.org/job/Thrift/1036/])
THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset 
(roger: rev 213ea258de6796e1302e57f4246434ca3c9a2ac6)
* lib/java/src/org/apache/thrift/TByteArrayOutputStream.java


> Capacity of TframedTransport write buffer is never reset
> --------------------------------------------------------
>
>                 Key: THRIFT-1457
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1457
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.6.1
>            Reporter: Arthur Meyer
>            Assignee: Roger Meier
>         Attachments: THRIFT-1457.patch
>
>
> The writeBuffer_ instance variable of TframedTransport can only grow and is 
> never reset to its original capacity. This causes memory issues for clients 
> using a connection pool.
> The size of this buffer grows to 16MB in our application. With a connection 
> pool of 50 connections, this leads to a loss up to 800MB.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to