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
let fragment_map = table_fragment_id_map.remove(&table_id).unwrap();
Error message/log
thread '<unnamed>' panicked at src/meta/src/stream/scale.rs:1928:72:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: rust_begin_unwind
at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/std/src/panicking.rs:665:5
1: core::panicking::panic_fmt
at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/panicking.rs:74:14
2: core::panicking::panic
at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/panicking.rs:148:5
3: core::option::unwrap_failed
at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/option.rs:2004:5
4: unwrap<std::collections::hash::set::HashSet<u32, std::hash::random::RandomState>>
at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/option.rs:969:21
5: {async_fn#0}
at ./src/meta/src/stream/scale.rs:1928:32
6: {async_fn#0}
at ./src/meta/src/barrier/context/recovery.rs:638:14
7: {async_fn#0}
at ./src/meta/src/barrier/context/recovery.rs:198:30
8: {async_fn#0}
Describe the bug
Hit an error while attempting to
generate_table_resize_plan
.risingwave/src/meta/src/stream/scale.rs
Line 1928 in 7c3b70d
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
risedev-logs.zip
The text was updated successfully, but these errors were encountered: