datafusion-contrib / datafusion-contrib/liquid-cache
Dashboard throws an error at benchmark
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 452
- Forks
- 51
- Avg merge
- 3h 10m
- Merged PRs (30d)
- 12
Description
Hello,
Thanks for creating a readable dashboard that help me a lot to understand what is going on in the cache server.
However, is looks like some recent change broke it, there are steps that I did.
Steps:
- Run bench server :
RUST_LOG=info cargo run --release --bin bench_server - Click on the Dashboard link
https://liquid-cache-admin.xiangpeng.systems/?host=http://127.0.0.1:53703, It is up
- Run the queries
env RUST_LOG=info,clickbench_client=debug RUSTFLAGS='-C target-cpu=native' cargo run --release --bin tpch_client -- --manifest /Users/xxxx/Truata/playground/liquid-cache/benchmark/tpch/manifest.json - See the error
- Validate the admin server response:
In case you don't prioritize the dashboard, can you please provide some way to export all the data into a parquet file and I will build my charts with this data.
Thanks again for the effort to put into this project.
Leon
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the documented bench_server and tpch_client commands, then open the dashboard URL and validate the admin server response as shown. Compare the dashboard failure with the response during the benchmark; done means the dashboard no longer errors while those queries run, or the requested data export path is clearly provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100