Anand Mazumdar created MESOS-6527:
-------------------------------------
Summary: Memory leak in the libprocess request decoder.
Key: MESOS-6527
URL: https://issues.apache.org/jira/browse/MESOS-6527
Project: Mesos
Issue Type: Bug
Components: libprocess
Reporter: Anand Mazumdar
Assignee: Anand Mazumdar
Priority: Blocker
The libprocess decoder can leak a {{Request}} object in cases when a client
disconnects while the request is in progress. In such cases, the decoder's
destructor won't delete the active {{Request}} object that it had allocated on
the heap.
https://github.com/apache/mesos/blob/master/3rdparty/libprocess/src/decoder.hpp#L271
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)