Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Twitter Aurora Q1'15 Sprint 4, Twitter Aurora Q1'15 Sprint 5, Twitter Aurora Q1'15 Sprint 6
-
5
Description
The current Preemptor implementation performs synchronous preemption victim search. This isn't necessary as resource swap cannot be performed within the same scheduling loop due to victims taking time to vacate their premises (being killed).
Consider asynchronous victim search/killing instead. That will move the heavy lifting out of the critical scheduling loop and remove "flat" preemptor perf tax applied on every failed task scheduling/assignment.