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

fix: explicitly set isolation level to read committed #455

Closed
wants to merge 1 commit into from

Conversation

pvlugter
Copy link
Contributor

Refs akka/akka-projection#992.

When trying to reproduce in akka/akka-projection#997, it behaves as if it's not read committed — which is expected to be the default for H2? But when setting it explicitly, can no longer reproduce the issue. So is it not actually the default?

Experimental draft for further checking and testing.

@pvlugter
Copy link
Contributor Author

No longer needed. I think I've tracked down the race condition underlying this issue. Explicitly setting the isolation level may have altered the timing enough that it was less likely.

@pvlugter pvlugter closed this Sep 15, 2023
@pvlugter pvlugter deleted the read-committed branch September 15, 2023 03:52
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

Successfully merging this pull request may close these issues.

1 participant