-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63121/
-----------------------------------------------------------

Review request for Aurora and Jordan Ly.


Repository: aurora


Description
-------

This alleviates a (slow) memory leak in static offer bans, as entries are only
removed when an offer is removed.  If a pending task group is depleted
(either by fully scheduling the group, or terminating the job), the entry
remains.  This issue is exacerbated when offers are held for a longer duration,
as is proposed in https://reviews.apache.org/r/62956/.


Diffs
-----

  src/main/java/org/apache/aurora/scheduler/events/PubsubEvent.java 
0637eb7f85125cf70b588d56fa7dc88130947837 
  src/main/java/org/apache/aurora/scheduler/offers/OfferManager.java 
e8334310a2a46a0ccb09ee6e4122c515892d3996 
  src/main/java/org/apache/aurora/scheduler/scheduling/TaskGroups.java 
2d3492d05986ef65519fd7a8c71396d055b6881f 
  src/test/java/org/apache/aurora/scheduler/scheduling/TaskGroupsTest.java 
b88d5f13889b81ba4b0171efaf6c759d23976a39 


Diff: https://reviews.apache.org/r/63121/diff/1/


Testing
-------

This patch needs testing, and is not yet ready for submission.


Thanks,

Bill Farner

Reply via email to