bug: sql-backend meta node panics when there are concurrent ALTER TABLE ADD COLUMN
requests
#17093
Labels
Milestone
ALTER TABLE ADD COLUMN
requests
#17093
Describe the bug
SQL-backend meta node panics when there are concurrent
ALTER TABLE ADD COLUMN
requests.Error message/log
To Reproduce
~/.risingwave
.risingwave
.create table t;
ALTER
requests with:Expected behavior
May postpone or reject some requests, but no component should crash and the table must be remain in a consistent state.
How did you deploy RisingWave?
No response
The version of RisingWave
main
Additional context
With etcd backend, the cluster survives while rejecting some of the requests. This is achieved by the check here:
risingwave/src/meta/src/manager/catalog/mod.rs
Lines 3351 to 3354 in e2354fa
The text was updated successfully, but these errors were encountered: