Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, the resources are return back to allocator when task finished; and those resources are not allocated to framework until next allocation cycle. The performance is low for short running tasks (MESOS-3078). The proposed solution is to let framework keep using the offer until allocator decide to rescind it.
Attachments
Issue Links
- blocks
-
MESOS-4303 Support resources re-shuffle when new framework registered
- Open
- relates to
-
MESOS-3078 Recovered resources are not re-allocated until the next allocation delay.
- Reviewable