Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6.1
-
None
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-3988 TFramedTransport's writeBuffer_ may cause the client OOM
- Closed