Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.21.0, 0.21.1, 0.22.0, 0.23.0
-
None
-
Reviewed
Description
In FairScheduler.preemptTasks(), tasks are collected from JobInProgress.runningMapCache.
But tasks repeat multiple times in JobInProgress.runningMapCache (on rack, node and cluster).
This makes FairScheduler preempt the same task many times.