Re: Untracked memory is huge like memory leak

2021-07-31 Thread Tim Armstrong
Nice catch! This definitely seems like an issue we should fix. On Sat, 31 Jul 2021 at 02:17, Xianqing wrote: > > > Hi all, > An abnormal connection to port 21050 may cause a large untracked memory. > The reason is that the Thrift protocol parses messages sent by abnormal > connections as strings

Untracked memory is huge like memory leak

2021-07-31 Thread Xianqing
Hi all, An abnormal connection to port 21050 may cause a large untracked memory. The reason is that the Thrift protocol parses messages sent by abnormal connections as strings, allocating a huge amount of memory to store them. I think we need set the TBinaryProtocol string size limit to prevents