Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.26.0, 0.26.1, 0.27.0, 0.27.1, 0.28.0, 0.28.1
-
None
-
Patch, Important
Description
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.