[
https://issues.apache.org/jira/browse/MESOS-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911854#comment-16911854
]
Greg Mann commented on MESOS-9937:
----------------------------------
[~carlone], this is done, see the commit below:
{noformat}
commit 0c5e78bc26653d26a03b08b82923ea517de46fc0
Author: Greg Mann <[email protected]>
Date: Tue Apr 23 22:25:21 2019 -0700
Fixed a memory leak in the master's 'removeTask()' helper.
Previously, all removed tasks were added to the
`slaves.unreachableTasks` map. This patch adds a conditional
so that removed tasks are only added to that structure when
they are being marked unreachable.
Review: https://reviews.apache.org/r/70518/
{noformat}
> 53598228fe should be backported to 1.7.x
> ----------------------------------------
>
> Key: MESOS-9937
> URL: https://issues.apache.org/jira/browse/MESOS-9937
> Project: Mesos
> Issue Type: Bug
> Reporter: longfei
> Assignee: Greg Mann
> Priority: Blocker
> Labels: foundations
>
> Commit 53598228fe on the master branch should be backported to 1.7.x.
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)