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

Transactions should be retryable #7213

Open
5 tasks
smklein opened this issue Dec 6, 2024 · 0 comments
Open
5 tasks

Transactions should be retryable #7213

smklein opened this issue Dec 6, 2024 · 0 comments

Comments

@smklein
Copy link
Collaborator

smklein commented Dec 6, 2024

This issue tracks spots where we are using non-retryable transactions:

Used in Nested Transactions:

  • dns_update_incremental, in nexus/db-queries/src/db/datastore/dns.rs

Uses Nested Transactions:

  • rack_set_initialized in nexus/db-queries/src/db/datastore/rack.rs
  • silo_create_conn in nexus/db-queries/src/db/datastore/silo.rs
  • silo_delete in nexus/db-queries/src/db/datastore/silo.rs

Other (just needs to be done):

  • role_assignment_replace_visible in nexus/db-queries/src/db/datastore/role.rs
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