[
https://issues.apache.org/jira/browse/MESOS-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299439#comment-15299439
]
Vinod Kone commented on MESOS-5449:
-----------------------------------
commit 927bec15d94e40928180769300b239a7e6bb9d6f
Author: Dario Rexin <[email protected]>
Date: Tue May 24 21:07:20 2016 -0700
Fixed a memory leak in SchedulerProcess.decline.
MesosScheduler.declineOffers has been changed ~6 months ago to send a
Decline message instead of calling acceptOffers with an empty list of
task infos. The changed version of declineOffer however did not remove
the offerId from the savedOffers map, causing a memory leak.
Review: https://reviews.apache.org/r/47804/
> Memory leak in SchedulerProcess.declineOffer
> --------------------------------------------
>
> Key: MESOS-5449
> URL: https://issues.apache.org/jira/browse/MESOS-5449
> Project: Mesos
> Issue Type: Bug
> Components: scheduler driver
> Affects Versions: 0.26.0, 0.27.0, 0.27.1, 0.28.0, 0.26.1, 0.28.1
> Reporter: Dario Rexin
> Assignee: Dario Rexin
> Priority: Blocker
> Fix For: 0.29.0, 0.27.3, 0.28.2, 0.26.2
>
>
> MesosScheduler.declineOffers has been changed ~6 months ago to send a Decline
> message instead of calling acceptOffers with an empty list of task infos. The
> changed version of declineOffer however did not remove the offerId from the
> savedOffers map, causing a memory leak.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)