-
Notifications
You must be signed in to change notification settings - Fork 28.6k
SPARK-4579 [WEBUI] Scheduling Delay appears negative #4796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… is never negative even due to rounding
Test build #28024 has started for PR 4796 at commit
|
Test build #28024 has finished for PR 4796 at commit
|
Test FAILed. |
LGTM Thanks @srowen ! |
Jenkins, test this please. |
Yeah this would be great to pull into an RC... a very confusing presentation in the UI right now! |
Test build #28027 has started for PR 4796 at commit
|
Test build #28027 has finished for PR 4796 at commit
|
Test PASSed. |
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