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

[SPARK-26281][WebUI] Duration column of task table should be executor run time instead of real duration #23240

Closed
wants to merge 1 commit into from

Conversation

gengliangwang
Copy link
Member

What changes were proposed in this pull request?

In PR #23081 , the duration column is changed to executor run time. The behavior is consistent with the summary metrics table and previous Spark version.

However, after PR #21688, the issue can be reproduced again.

How was this patch tested?

Before the change, we can see:

  1. The minimum duration in aggregation table doesn't match with the task table below.
  2. The sorting order is wrong.
    image

After the change, the issues are fixed:
image

@gengliangwang
Copy link
Member Author

@shahidki31
Copy link
Contributor

Hi @gengliangwang , It seems, this was already handled in the PR, #23160

@gengliangwang
Copy link
Member Author

Oh, I see. Close this one now.
Please change the title in #23160

@shahidki31
Copy link
Contributor

Thanks. I will update the PR title

@SparkQA
Copy link

SparkQA commented Dec 5, 2018

Test build #99739 has finished for PR 23240 at commit 612c4c7.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants