Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33287][SS][UI]Expose state custom metrics information on SS UI - #30336
[SPARK-33287][SS][UI]Expose state custom metrics information on SS UI#30336gaborgsomogyi wants to merge 15 commits into
Conversation
SparkQA
commented
Nov 11, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 11, 2020
Kubernetes integration test status success |
HyukjinKwon
commented
Nov 11, 2020
cc @gengliangwang, @HeartSaVioR and @xuanyuanking FYI |
Thanks pinging peoples, just wanted to wait until tests pass. |
SparkQA
commented
Nov 11, 2020
Test build #130939 has finished for PR 30336 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
082ec87 to
6654934CompareSparkQA
commented
Nov 13, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test status failure |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 13, 2020
Test build #131074 has finished for PR 30336 at commit
|
SparkQA
commented
Nov 13, 2020
Test build #131072 has finished for PR 30336 at commit
|
SparkQA
commented
Nov 13, 2020
Test build #131064 has finished for PR 30336 at commit
|
HeartSaVioR
left a comment
There was a problem hiding this comment.
One comment on the location of config, otherwise looks OK. Manually verified the functionality as well.
Uh oh!
There was an error while loading. Please reload this page.
HyukjinKwon
commented
Nov 16, 2020
Oh, @sarutak too FYI |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @gaborgsomogyi , you'd like to add this new feature but you say you tested this feature manually so could you explain how you tested to us in the description? It helps reviewers. |
gaborgsomogyi
commented
Nov 16, 2020
@sarutak added how I've tested. |
@gaborgsomogyi I expected what the streaming query is (code snippet may be enough) and what you confirmed by the manual test... With those information, we can understand what you did (and did not) test. |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 19, 2020
Kubernetes integration test status failure |
SparkQA
commented
Nov 19, 2020
Test build #131349 has finished for PR 30336 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Nov 20, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 20, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 20, 2020
Test build #131412 has finished for PR 30336 at commit
|
HeartSaVioR
commented
Nov 21, 2020
@gaborgsomogyi Could you please fix the merge conflict? @xuanyuanking Once merge conflict is fixed, I'll merge in early next week unless there's no further comment. |
SparkQA
commented
Nov 21, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 21, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 21, 2020
Test build #131463 has finished for PR 30336 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xuanyuanking
commented
Nov 22, 2020
LGTM, @HeartSaVioR thanks for pinging me! |
SparkQA
commented
Nov 24, 2020
Test build #131657 has finished for PR 30336 at commit
|
gaborgsomogyi
commented
Nov 24, 2020
retest this please |
SparkQA
commented
Nov 24, 2020
Test build #131676 has finished for PR 30336 at commit
|
SparkQA
commented
Nov 24, 2020
Test build #131690 has started for PR 30336 at commit |
HeartSaVioR
commented
Nov 24, 2020
I'll merge this as Github Action passed for the last change (e2f1594). Jenkins seems to have been unstable and I don't like to drag it anymore due to this. |
HeartSaVioR
commented
Nov 24, 2020
Thanks all for reviewing and thanks @gaborgsomogyi for the contribution. Merged to master. |
gaborgsomogyi
commented
Nov 25, 2020
Thank you all for taking care! |
What changes were proposed in this pull request?
Structured Streaming UI is not containing state custom metrics information. In this PR I've added it.
Why are the changes needed?
Missing state custom metrics information.
Does this PR introduce any user-facing change?
Additional UI elements appear.
How was this patch tested?
Existing unit tests + manual test.