aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSital Kedia <skedia@fb.com>2016-02-16 22:27:34 -0800
committerKay Ousterhout <kayousterhout@gmail.com>2016-02-16 22:27:39 -0800
commit1e1e31e03df14f2e7a9654e640fb2796cf059fe0 (patch)
treef463cdf7eb8b5bc63508a4b314a5b3e287761d49 /project
parent7218c0eba957e0a079a407b79c3a050cce9647b2 (diff)
downloadspark-1e1e31e03df14f2e7a9654e640fb2796cf059fe0.tar.gz
spark-1e1e31e03df14f2e7a9654e640fb2796cf059fe0.tar.bz2
spark-1e1e31e03df14f2e7a9654e640fb2796cf059fe0.zip
[SPARK-13279] Remove O(n^2) operation from scheduler.
This commit removes an unnecessary duplicate check in addPendingTask that meant that scheduling a task set took time proportional to (# tasks)^2. Author: Sital Kedia <skedia@fb.com> Closes #11175 from sitalkedia/fix_stuck_driver.
Diffstat (limited to 'project')
0 files changed, 0 insertions, 0 deletions