Skip to content
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

[WEBUI][SPARK-17352]Executor computing time can be negative-number because of calculation error #14908

Closed
wants to merge 1 commit into from

Conversation

sarutak
Copy link
Member

@sarutak sarutak commented Sep 1, 2016

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.

capture-timeline

## How was this patch tested?

Manual tests.

@SparkQA
Copy link

SparkQA commented Sep 1, 2016

Test build #64747 has finished for PR 14908 at commit 0908a36.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Sep 1, 2016

LGTM

1 similar comment
@felixcheung
Copy link
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
Copy link
Member

srowen commented Sep 2, 2016

Merged to master/2.0

@asfgit asfgit closed this in 7ee24da Sep 2, 2016
zzcclp added a commit to zzcclp/spark that referenced this pull request Sep 5, 2016
@sarutak sarutak deleted the SPARK-17352 branch June 4, 2021 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants