Chaos Mesh compute-node-limit-bandwidth create table
statement fails too slow?
#14226
Labels
Milestone
create table
statement fails too slow?
#14226
Describe the bug
https://buildkite.com/risingwave-test/longevity-chaos-mesh/builds/367#018ca985-8aa6-42f4-bc2b-40843b071743
(Please omit the first execution/tab, it failed due to other environmental reasons)
This experiment is implemented by @xuefengze
We have two experiments, one is limiting the bandwidth of only one compute node and the other one is limiting the bandwidth of all the compute nodes. The limitation lasts for 10 minutes.
In the first experiment, the limitation of bandwidth is applied around 12:34:02.
The
create table t1
query was issued around 12:38:07 but only returned around 12:44:04.There are two questions:
select
query beforecreate table t1
succeed while thecreate table t1
failed?create table t1
statement require several minutes to return? Since we typically expectcreate
type of statement to finish quickly, does it make sense to reduce the timeout and return a message soon, e.g. under 10 seconds. This is similar to the issue found in Chaos Mesh compute-meta-network-partition batch query fails occasionally #14217.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
No response
The text was updated successfully, but these errors were encountered: