-
Notifications
You must be signed in to change notification settings - Fork 589
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
nightly-20240220 nexmark perf degradation #15169
Comments
I suppose #14409 OpenDAL is not enabled in the daily test yet, see: https://github.com/risingwavelabs/kube-bench/pull/368 Then the only PR (suppose the regression is indeed caused by kernel changes) can only be #15133. Do you think it is possible to lead to such a big regression? @zwang28 The other two, #14946 affects the CDC source only, and #15143 is purely renaming. might as well check changes in the testing environment |
The queries all are CPU intensive(more than 750/800 CPU usage) and I do not find any IO performance difference. We can generate the CPU flame graph later if we can not find the issue on the PR side. |
No. This PR only affect openDAL. |
No significant difference between the two flame graph... |
check if it can be reproduced
https://buildkite.com/risingwave-test/nexmark-benchmark/builds/3106 |
The reruned result comes back 😇 |
nexmark-q17-blackhole-medium-1cn: but this one occurs at the end I suppose should not have so much impact(-14%)? |
q105 Base level compaction always skip. I found that a task hangs for a long time without being canceled, which is why the task can't be picked. fix pr : #15194 |
Describe the bug
http://metabase.risingwave-cloud.xyz/dashboard/241-nexmark-blackhole-1cn-anti-affinity-rw-avg-source-throughput?start_date=2024-02-01&namespace=daily
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
nightly-20240220
4197ad50c766c8d086d29948ef34e13582e72251
feat(object store): introduce new s3 object store via OpenDAL (#14409)06572cfe221cb127e94aef5b908931aee4be1ba9
fix(cdc): enable cdc transaction for shared source only (#14946)b1ffbafcd2d8a27297aebccb603e1c393f3b5c8f
refactor: renameTO_TIMESTAMP{,1}
in expr.proto for clarity (#15143)6739733daa3de7c24261a94eec134f346e96b7e3
fix(storage): remove unnecessary metadata io during list (#15133)The text was updated successfully, but these errors were encountered: