-
Notifications
You must be signed in to change notification settings - Fork 410
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
OALP perftest tpch-2tiflash-50g& tpch-tiflash-50g result with total-avg-latency raise 15-20% #9586
Comments
/close it is not caused by codes, but the llvm toolchain in building env. |
@wuhuizuo: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
close #9586 *: upgarde all docker images to use rocky linux 8 Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: JaySon <tshent@qq.com>
/remove-type bug |
close #9586 *: upgarde all docker images to use rocky linux 8 Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com> Co-authored-by: JaySon <tshent@qq.com>
Caused by when the CI pipeline base image migrate from centos 7 to rockylinux 8. And the LLVM toolchain has been changed during the migration.
Fixed by rebuilding the base image using the scripts in "/release-linux-llvm" and update the CI pipline |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Deploy a tidb cluster with 3 TiDB (16c,48G) + 3 TiKV (16c,48G) + 2 TiFlash (16c,80G)
Compare the performance of v8.4.0 and v8.3.0 with TPCH benchmark
2. What did you expect to see? (Required)
No performance regression
3. What did you see instead (Required)
total-avg-latency raise 15-20%.

4. What is your TiFlash version? (Required)
v8.4.0 (cea728d)
The text was updated successfully, but these errors were encountered: