Uh oh!
There was an error while loading. Please reload this page.
[WEBUI][SPARK-17352]Executor computing time can be negative-number because of calculation error - #14908
Closed
sarutak wants to merge 1 commit into
Closed
[WEBUI][SPARK-17352]Executor computing time can be negative-number because of calculation error#14908sarutak wants to merge 1 commit into
sarutak wants to merge 1 commit into
Conversation
SparkQA
commented
Sep 1, 2016
Test build #64747 has finished for PR 14908 at commit
|
srowen
commented
Sep 1, 2016
Member
LGTM |
1 similar comment
felixcheung
commented
Sep 1, 2016
Member
LGTM |
asfgit pushed a commit
that referenced
this pull request
Sep 2, 2016
…ecause of calculation error ## What changes were proposed in this pull request? In StagePage, executor-computing-time is calculated but calculation error can occur potentially because it's calculated by subtraction of floating numbers. Following capture is an example. <img width="949" alt="capture-timeline" src="https://cloud.githubusercontent.com/assets/4736016/18152359/43f07a28-7030-11e6-8cbd-8e73bf4c4c67.png"> ## How was this patch tested? Manual tests. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes#14908 from sarutak/SPARK-17352. (cherry picked from commit 7ee24da) Signed-off-by: Sean Owen <sowen@cloudera.com>
srowen
commented
Sep 2, 2016
Member
Merged to master/2.0 |
zzcclp added a commit
to zzcclp/spark
that referenced
this pull request
Sep 5, 2016
…er because of calculation error apache#14908
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
In StagePage, executor-computing-time is calculated but calculation error can occur potentially because it's calculated by subtraction of floating numbers.
Following capture is an example.

## How was this patch tested?Manual tests.