-
Notifications
You must be signed in to change notification settings - Fork 29k
Revert "[SPARK-38550][SQL][CORE] Use a disk-based store to save more debug information for live UI" #38542
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
dongjoon-hyun
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.
If there is a consensus among @gengliangwang , @linhongliu-db , @cloud-fan, this looks like a clean revert.
cc @mridulm too
|
Do we have a prototype for the new approach ? Before we revert, would be good to understand what is replacing it |
|
@mridulm There is no full prototype. I will send out a PR soon. |
|
Hi, @gengliangwang . You can make a PR with two commits (this reverting and your PR). |
|
@dongjoon-hyun sure, no problem |
@gengliangwang Have you compared http://google.github.io/flatbuffers/flatbuffers_benchmarks.html |
|
@LuciferYang I didn't check that. Protobuf is mature(Spark Connect is also using Protobuf), and the result is good enough. |
Got it |
|
FYI I have created #38567, which contains the reverting changes in this one. |
|
Since both @linhongliu-db and @cloud-fan agreed on the revert, I will merge this one to make the review of #38567 a lot easier. |
…debug information for live UI" ### What changes were proposed in this pull request? Revert apache@4274fb8 ### Why are the changes needed? I am starting a new project for storing live UI data in disk-based KVStore for higher UI retentions(e.g. storing more than 1000 SQL queries in live UI). The new approach will be better than apache@4274fb8 . The new configurations and listeners won't be needed. ThusI am having a revert before starting my project. ### Does this PR introduce _any_ user-facing change? No, it is not released yet. ### How was this patch tested? CI tests Closes apache#38542 from gengliangwang/revertSPARK-38550. Authored-by: Gengliang Wang <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>
What changes were proposed in this pull request?
Revert 4274fb8
Why are the changes needed?
I am starting a new project for storing live UI data in disk-based KVStore for higher UI retentions(e.g. storing more than 1000 SQL queries in live UI).
The new approach will be better than 4274fb8 . The new configurations and listeners won't be needed. ThusI am having a revert before starting my project.
Does this PR introduce any user-facing change?
No, it is not released yet.
How was this patch tested?
CI tests