-
Notifications
You must be signed in to change notification settings - Fork 595
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
Compute node OOM on ch-benchmark modified q3 with v1.3-rc #12777
Comments
The original q7 will cause v1.3-rc & nightly-20231010 compute node OOM as well. But it works with image nightly-20231004.
|
What's the namespace of test? or Buildkite link? |
@fuyufjh Namespace is |
Caused by MemTable. It's a known issue cc. @wcy-fdu (didn't find a GitHub issue, can you please create one?) |
Since it requires memtable spilling, I suppose it takes time and does not block the release? |
Yes, mem table spilling is under testing and I think we can release v1.3 firs. |
Today, I have ran the ch benchmark modified queries several times. I found that there is another OOM query ch-benchmark modified query q7 OOM https://buildkite.com/risingwave-test/ch-benchmark-pg-cdc/builds/35 And ch-benchmark modified query q21 used 8GB, not sure if it's a problem https://buildkite.com/risingwave-test/ch-benchmark-pg-cdc/builds/39
|
if the memtable spilling PR is ready, test its image with the same queries again before merging the PR? |
Not ready yet, but will be soon. |
PR of mem table spill is merged, after rerun this workload, no more oom occurs. |
Describe the bug
We have a modified ch-benchmark q3 as below. The only difference compared to the original q3 is we removed
c_state like 'a%'
in the modified one. We didn't hit OOM with the original q3.Error message/log
To Reproduce
Use go-tpc to preprare 4 warehouses of ch benchmark needed data in the upstream PostgreSQL.
Create the PG replication and RW sources.
Create the modified q3 MV via the above sql.
Expected behavior
Create the MV successfully.
How did you deploy RisingWave?
kube-bench
The version of RisingWave
v1.3-rc
PostgreSQL 9.5-RisingWave-1.3.0-alpha (6fd2187)
Additional context
No response
The text was updated successfully, but these errors were encountered: