[
https://issues.apache.org/jira/browse/MESOS-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627944#comment-15627944
]
Anand Mazumdar commented on MESOS-6527:
---------------------------------------
0.28.x backport
{noformat}
commit 4033b37087056c63bc9b90969288ad5a9fa7f4ff
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:32:55 2016 -0700
Fixed memory leak in request/response decoders.
The leak can happen in cases where a client disconnects while the
request/response is in progress.
Review: https://reviews.apache.org/r/53361/
commit 94cdfd01cebdcc8c2ecc52dc9d402fa6191aad87
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:38:42 2016 -0700
Added MESOS-6527 to CHANGELOG for 0.28.3.
{noformat}
1.0.2 backport
{noformat}
commit 07a4a242d7e722840c63e9b0d6a444ad5e6b1ec3
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:32:55 2016 -0700
Fixed memory leak in request/response decoders.
The leak can happen in cases where a client disconnects while the
request/response is in progress.
Review: https://reviews.apache.org/r/53361/
commit 9a218e3edf3d9fac0a83817d26ad689cf7d53f05
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:37:39 2016 -0700
Added MESOS-6527 to CHANGELOG for 1.0.2.
{noformat}
1.1.0 branch
{noformat}
commit eaec806adefa1206c242e0409c6022a3bc115f6d
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:32:55 2016 -0700
Fixed memory leak in request/response decoders.
The leak can happen in cases where a client disconnects while the
request/response is in progress.
Review: https://reviews.apache.org/r/53361/
commit 4f655fd98c91b8e72dca4f4c7c5faf024a78d763
Author: Anand Mazumdar <[email protected]>
Date: Tue Nov 1 21:36:29 2016 -0700
Added MESOS-6527 to CHANGELOG for 1.1.0.
{noformat}
> 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
> Fix For: 0.28.3, 1.0.2, 1.1.0, 1.2.0
>
>
> 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)