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

Set transaction isolation to strict for new connections #656

Closed
bobbyiliev opened this issue Sep 25, 2024 · 0 comments · Fixed by #657
Closed

Set transaction isolation to strict for new connections #656

bobbyiliev opened this issue Sep 25, 2024 · 0 comments · Fixed by #657
Assignees
Labels
enhancement New feature or request

Comments

@bobbyiliev
Copy link
Contributor

Feature request

Recently @matthelm observed an unexpected behaviour when creating new resources.

The problem was caused when the transaction isolation in Materialize was set to serializable causing the read function to intermittently fail right after a create statement is executed.

The suggested fix is to explicitly run SET transaction_isolation = 'strict serializable' whenever we create a new connection in Terraform.

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

Successfully merging a pull request may close this issue.

1 participant