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

SEC seems to stop handling requests while inside SecStore #302

Open
davepacheco opened this issue Aug 14, 2024 · 1 comment
Open

SEC seems to stop handling requests while inside SecStore #302

davepacheco opened this issue Aug 14, 2024 · 1 comment

Comments

@davepacheco
Copy link
Collaborator

While working on oxidecomputer/omicron#6215, I ran into a bug (in my code) that caused the Nexus impl of SecStore to hang inside saga_update. While that was going on, requests to Nexus to list sagas hung. That was surprising. SecStore functions can be talking to storage over the network and the SEC should not become unresponsive while that's happening.

@davepacheco
Copy link
Collaborator Author

I should clarify: what I observed was that Nexus's internal saga list API hung. It's conceivable that it was hanging somewhere else (e.g., trying to talk to the database).

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