You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev=> create table t(v int);
CREATE_TABLE
dev=> create subscription subscription1 from t with (retention = '1D');
CREATE_SUBSCRIPTION
dev=> alter table t set parallelism = 1;
It could lead to a panic.
2024-04-06T19:06:29.940053+08:00 INFO rw-main risingwave_meta::barrier::state: update paused state current=Some(ConfigChange) new=None
thread 'rw-streaming' panicked at src/storage/src/hummock/store/local_hummock_storage.rs:451:9:
There is uncommitted staging data in read version table_id TableId { table_id: 3 } instance_id 2 on vnode bitmap update
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:
We can hotfix it in main/release-1.8 but subscription is an unreleased feature so no user should be using it. So I think it is okay to not block 1.8.1. Is the assertion caught by CI tests?
Describe the bug
commit d0f8e58
run sql
It could lead to a panic.
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: