Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: do_delete_sanity_check panic due to inconsistent delete #7080

Closed
yezizp2012 opened this issue Dec 27, 2022 · 1 comment · Fixed by #7082
Closed

bug: do_delete_sanity_check panic due to inconsistent delete #7080

yezizp2012 opened this issue Dec 27, 2022 · 1 comment · Fixed by #7082
Assignees
Labels
type/bug Something isn't working

Comments

@yezizp2012
Copy link
Member

yezizp2012 commented Dec 27, 2022

Describe the bug

   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

  1. start a 3cn cluster with recovery enabled
  2. create nexmark_q5 and nexmark_q7
  3. after running for a while, kill one of CNs, then two other nodes panicked.

Expected behavior

No response

Additional context

No response

@yezizp2012 yezizp2012 added the type/bug Something isn't working label Dec 27, 2022
@github-actions github-actions bot added this to the release-0.1.16 milestone Dec 27, 2022
@yezizp2012 yezizp2012 changed the title bug(state_table) bug(state_table): do_delete_sanity_check panic due to inconsistent delete Dec 27, 2022
@yezizp2012 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
@yezizp2012
Copy link
Member Author

yezizp2012 commented Dec 27, 2022

Looks like it will be fixed in #7082 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant