Uh oh!
There was an error while loading. Please reload this page.
SPARK-4579 [WEBUI] Scheduling Delay appears negative - #4796
Conversation
… is never negative even due to rounding
SparkQA
commented
Feb 26, 2015
Test build #28024 has started for PR 4796 at commit
|
SparkQA
commented
Feb 26, 2015
Test build #28024 has finished for PR 4796 at commit
|
AmplabJenkins
commented
Feb 26, 2015
Test FAILed. |
kayousterhout
commented
Feb 26, 2015
LGTM Thanks @srowen ! |
pwendell
commented
Feb 26, 2015
Jenkins, test this please. |
pwendell
commented
Feb 26, 2015
Yeah this would be great to pull into an RC... a very confusing presentation in the UI right now! |
SparkQA
commented
Feb 26, 2015
Test build #28027 has started for PR 4796 at commit
|
SparkQA
commented
Feb 27, 2015
Test build #28027 has finished for PR 4796 at commit
|
AmplabJenkins
commented
Feb 27, 2015
Test PASSed. |
andrewor14
commented
Feb 27, 2015
Ok I've pulled this into master 1.3 and 1.2 thanks. |
Ensure scheduler delay handles unfinished task case, and ensure delay is never negative even due to rounding Author: Sean Owen <sowen@cloudera.com> Closes#4796 from srowen/SPARK-4579 and squashes the following commits: ad6713c [Sean Owen] Ensure scheduler delay handles unfinished task case, and ensure delay is never negative even due to rounding
Ensure scheduler delay handles unfinished task case, and ensure delay is never negative even due to rounding Author: Sean Owen <sowen@cloudera.com> Closes#4796 from srowen/SPARK-4579 and squashes the following commits: ad6713c [Sean Owen] Ensure scheduler delay handles unfinished task case, and ensure delay is never negative even due to rounding (cherry picked from commit fbc4694) Signed-off-by: Andrew Or <andrew@databricks.com>
Ensure scheduler delay handles unfinished task case, and ensure delay is never negative even due to rounding