You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Huabin (JIRA)" <ji...@apache.org> on 2014/05/23 13:56:01 UTC

[jira] [Created] (THRIFT-2541) reclaim TFramedTransport's read and write buffers for thrift cpp

Huabin created THRIFT-2541:
------------------------------

             Summary: reclaim TFramedTransport's read and write buffers for thrift cpp
                 Key: THRIFT-2541
                 URL: https://issues.apache.org/jira/browse/THRIFT-2541
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Library
    Affects Versions: 0.9.1
            Reporter: Huabin
             Fix For: 0.9.2


The internal read and write buffer holds more and more memory but with no chance to reclaim , which causes service that use thrift client pool takes a large amount of memory. A thresh can be set that trades off between malloc and free memory frequently and amount of memory usage.



--
This message was sent by Atlassian JIRA
(v6.2#6252)