-
Notifications
You must be signed in to change notification settings - Fork 799
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
'tokio-runtime-worker' panicked at 'implicit issuance...after checking group membership of issuer' #5421
Comments
Thanks for the report @Anastasiia-Khab . Can you share more details ?
|
Panic fixed here ... we should really not panic on this. Still to be investigated, why it triggered in the first place. My guess would be import of valid before seconded. |
|
more logs would certainly help, but I see you weren't running with After some thought and research I think it's caused by this: In statement distribution, we fetch a candidate and its statements via req-response.
and kusama has some parachains with multiple scheduled cores This logic was added in #3879 I'll try to reproduce locally to see if this is indeed the root-cause |
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Noticed node failure at Kusama network with a Bug report:
Version: 1.15.1
0: sp_panic_handler::set::{{closure}}
1: std::panicking::rust_panic_with_hook
2: std::panicking::begin_panic_handler::{{closure}}
3: std::sys_common::backtrace::__rust_end_short_backtrace
4: rust_begin_unwind
5: core::panicking::panic_fmt
6: polkadot_statement_table::generic::Table::validity_vote
7: polkadot_node_core_backing::import_statement::{{closure}}
8: polkadot_node_core_backing::sign_import_and_distribute_statement::{{closure}}
9: polkadot_node_core_backing::run_iteration::{{closure}}
10: <polkadot_node_core_backing::CandidateBackingSubsystem as orchestra::Subsystem<Context,polkadot_node_subsystem_types::errors::SubsystemError>>::start::{{closure}}
11: polkadot_overseer::spawn::{{closure}}
12: <tracing_futures::Instrumented as core::future::future::Future>::poll
13: tokio::runtime::task::raw::poll
14: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
15: tokio::runtime::scheduler::multi_thread::worker::run
16: tokio::runtime::task::raw::poll
17: std::sys_common::backtrace::__rust_begin_short_backtrace
18: core::ops::function::FnOnce::call_once{{vtable.shim}}
19: std::sys::pal::unix::thread::Thread::new::thread_start
20: start_thread
21: __clone3
Thread 'tokio-runtime-worker' panicked at 'implicit issuance vote only cast from
import_candidate
after checking group membership of issuer; qed', /builds/polkadot/statement-table/src/generic.rs:480This is a bug. Please report it at:
https://github.com/paritytech/polkadot-sdk/issues/new
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: