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
0: rust_begin_unwind
at /rustc/bdb07a8ec8e77aa10fb84fae1d4ff71c21180bb4/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/bdb07a8ec8e77aa10fb84fae1d4ff71c21180bb4/library/core/src/panicking.rs:64:14
2: risingwave_stream::common::table::state_table::StateTable<S>::do_delete_sanity_check::{{closure}}
at ./src/stream/src/common/table/state_table.rs:807:13
3: risingwave_stream::common::table::state_table::StateTable<S>::batch_write_rows::{{closure}}
at ./src/stream/src/common/table/state_table.rs:714:70
4: risingwave_stream::common::table::state_table::StateTable<S>::commit::{{closure}}
at ./src/stream/src/common/table/state_table.rs:641:57
5: risingwave_stream::executor::hash_agg::HashAggExecutor<K,S>::flush_data::{{closure}}::{{closure}}::{{closure}}
at ./src/stream/src/executor/hash_agg.rs:492:42
To Reproduce
start a 3cn cluster with recovery enabled
create nexmark_q5 and nexmark_q7
after running for a while, kill one of CNs, then two other nodes panicked.
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
yezizp2012
changed the title
bug(state_table)
bug(state_table): do_delete_sanity_check panic due to inconsistent delete
Dec 27, 2022
yezizp2012
changed the title
bug(state_table): do_delete_sanity_check panic due to inconsistent delete
bug: do_delete_sanity_check panic due to inconsistent delete
Dec 27, 2022
Describe the bug
To Reproduce
nexmark_q5
andnexmark_q7
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: