[
https://issues.apache.org/jira/browse/MESOS-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Rukletsov updated MESOS-6527:
---------------------------------------
Target Version/s: 0.28.3, 1.0.2, 1.1.0 (was: 0.28.3, 1.0.2, 1.1.1)
> 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
> Labels: mesosphere
>
> 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)