-
Notifications
You must be signed in to change notification settings - Fork 593
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
CI Failure (Assertion _state && !_state->available()' failed) in
RandomNodeOperationsTest.test_node_operations`
#8919
Comments
Checked out e314110
|
Seen again here: I also notice this shortly before the crash:
|
could it be an allocation failure?
and this is the initiator in our code
funny thing is that this is the code @ line 154
|
I had a look at https://buildkite.com/redpanda/redpanda/builds/23318#0186566f-04ca-4875-a4c9-0b9edbd1f087: Looks like we have a zombie topic of sorts. We attempted to delete
|
Perhaps topic deletion is failing because it's somehow racing with orphan topic deletion.
|
Moving to sev/medium for now as the problematic patch got reverted. |
https://buildkite.com/redpanda/redpanda/builds/23336#0186573d-03a1-4205-aaef-1f0b8f2f9bd4
The text was updated successfully, but these errors were encountered: