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

panic in node_exec_state #17

Open
davepacheco opened this issue Oct 1, 2021 · 0 comments
Open

panic in node_exec_state #17

davepacheco opened this issue Oct 1, 2021 · 0 comments

Comments

@davepacheco
Copy link
Collaborator

See #16 and oxidecomputer/omicron#279 for details.

We saw this panic:

thread 'test_disks' panicked at 'assertion failed: self.node_errors.contains_key(&node_id)', /home/dap/.cargo/git/checkouts/steno-adfbaf4765a4f9e1/8da3eda/src/saga_exec.rs:1351:13

This is pretty reproducible in that issue and we have a core file, but it'll take some time to wade through the state and figure out what's wrong here. omicron was on commit 8da3eda at this point so that failure is here:

assert!(self.node_errors.contains_key(&node_id));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant