memory leak in hector/thrift connection pool
--------------------------------------------

                 Key: AMDATUCASSANDRA-142
                 URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-142
             Project: Amdatu Cassandra
          Issue Type: Bug
          Components: Cassandra daemon
    Affects Versions: 0.2.1
            Reporter: Arthur Meijer
            Assignee: Ivo Ladage - van Doorn
             Fix For: 0.2.2


The connection pool keeps up to 50 open connections. 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.

See https://issues.apache.org/jira/browse/THRIFT-1457

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to