-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-33900][WEBUI] Show shuffle read size / records correctly when only remotebytesread is available #30916
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
|
ok to test. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #133352 has finished for PR 30916 at commit
|
|
@cxzl25 Nice catch. Could you copy the screen shots to the description ? |
…only remotebytesread is available ### What changes were proposed in this pull request? Shuffle Read Size / Records can also be displayed in remoteBytesRead>0 localBytesRead=0. current:  fix:  ### Why are the changes needed? At present, the page only displays the data of Shuffle Read Size / Records when localBytesRead>0. When there is only remote reading, metrics cannot be seen on the stage page. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? manual test Closes #30916 from cxzl25/SPARK-33900. Authored-by: sychen <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 700f5ab) Signed-off-by: Kousuke Saruta <[email protected]>
…only remotebytesread is available ### What changes were proposed in this pull request? Shuffle Read Size / Records can also be displayed in remoteBytesRead>0 localBytesRead=0. current:  fix:  ### Why are the changes needed? At present, the page only displays the data of Shuffle Read Size / Records when localBytesRead>0. When there is only remote reading, metrics cannot be seen on the stage page. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? manual test Closes #30916 from cxzl25/SPARK-33900. Authored-by: sychen <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 700f5ab) Signed-off-by: Kousuke Saruta <[email protected]>
|
Thanks @cxzl25 ! Merged to |


What changes were proposed in this pull request?
Shuffle Read Size / Records can also be displayed in remoteBytesRead>0 localBytesRead=0.
current:


fix:
Why are the changes needed?
At present, the page only displays the data of Shuffle Read Size / Records when localBytesRead>0.
When there is only remote reading, metrics cannot be seen on the stage page.
Does this PR introduce any user-facing change?
No
How was this patch tested?
manual test