-
Notifications
You must be signed in to change notification settings - Fork 589
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
failure in partition_moving_test_rpunit #2615
Comments
Maybe something during shutdown: (inlined by) void seastar::futurize<seastar::future >::satisfy_with_result_of<seastar::future::then_impl_nrvo<cluster::partition_manager::remove(model::ntp const&)::$_2, seastar::future >(cluster::partition_manager::remove(model::ntp const&)::$_2&&)::{lambda(seastar::internal::promise_base_with_type&&, cluster::partition_manager::remove(model::ntp const&)::$_2&, seastar::future_stateseastar::internal::monostate&&)#1}::operator()(seastar::internal::promise_base_with_type&&, cluster::partition_manager::remove(model::ntp const&)::$_2&, seastar::future_stateseastar::internal::monostate&&) const::{lambda()#1}>(seastar::internal::promise_base_with_type&&, cluster::partition_manager::remove(model::ntp const&)::$_2&&) at /vectorized/include/seastar/core/future.hh:2120 |
This is failing too often with a segfault. Related: redpanda-data#2615 Signed-off-by: John Spray <[email protected]>
Previously partitions weren't fully stopped when partition manager was being shut down. This lead to race condition in which partition might be shutdown twice. Fixes: redpanda-data#2615 Signed-off-by: Michal Maslanka <[email protected]>
Previously partitions weren't fully stopped when partition manager was being shut down. This lead to race condition in which partition might be shutdown twice. Fixes: redpanda-data#2615 Signed-off-by: Michal Maslanka <[email protected]>
Previously partitions weren't fully stopped when partition manager was being shut down. This lead to race condition in which partition might be shutdown twice. Fixes: redpanda-data#2615 Signed-off-by: Michal Maslanka <[email protected]>
Potentially the seastar reactor, based on the backtraces at the bottom?
https://buildkite.com/vectorized/redpanda/builds/3207#a992bef0-cd9c-46b4-b00a-07e9270ad887
The text was updated successfully, but these errors were encountered: