-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35746][UI] Fix taskid in the stage page task event timeline #32888
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
srowen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending tests.
|
Test build #139721 has finished for PR 32888 at commit
|
|
Retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Test build #139723 has finished for PR 32888 at commit
|
### What changes were proposed in this pull request? Task id is given incorrect in the timeline plot in Stage Page ### Why are the changes needed? Map event timeline plots to correct task **Before:**  **After**  ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually tested Closes #32888 from shahidki31/shahid/fixtaskid. Authored-by: shahid <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 450b415) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? Task id is given incorrect in the timeline plot in Stage Page ### Why are the changes needed? Map event timeline plots to correct task **Before:**  **After**  ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually tested Closes #32888 from shahidki31/shahid/fixtaskid. Authored-by: shahid <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 450b415) Signed-off-by: Kousuke Saruta <[email protected]>
|
Merged to |
### What changes were proposed in this pull request? Task id is given incorrect in the timeline plot in Stage Page ### Why are the changes needed? Map event timeline plots to correct task **Before:**  **After**  ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually tested Closes apache#32888 from shahidki31/shahid/fixtaskid. Authored-by: shahid <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 450b415) Signed-off-by: Kousuke Saruta <[email protected]>
|
Hm, why we change taskIndex.attemptId to taskId.attempt? @shahidki31 @srowen @sarutak |
|
Shall we revert this? |
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In #32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus #32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes #35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In #32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus #32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes #35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In #32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus #32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes #35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In #32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus #32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes #35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? Task id is given incorrect in the timeline plot in Stage Page ### Why are the changes needed? Map event timeline plots to correct task **Before:**  **After**  ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually tested Closes apache#32888 from shahidki31/shahid/fixtaskid. Authored-by: shahid <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 450b415) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus apache#32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes apache#35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus apache#32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes apache#35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus apache#32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes apache#35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus apache#32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes apache#35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
### What changes were proposed in this pull request? This reverts commit 450b415. ### Why are the changes needed? In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`. Thus apache#32888 was a wrong fix issue, we should revert it. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? origin test suites Closes apache#35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit db1023c) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Task id is given incorrect in the timeline plot in Stage Page
Why are the changes needed?
Map event timeline plots to correct task

Before:
After

Does this PR introduce any user-facing change?
No
How was this patch tested?
Manually tested