-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fixed racing conditions on sql-based snapshot stores #1507
Fixed racing conditions on sql-based snapshot stores #1507
Conversation
…ng-fix Fixed racing conditions on sql-based snapshot stores
This PR has a compilation failure - why was it merged without checking the build log? |
?? |
|
Malformed Akka.SLN file that can't be parsed for NuGet package restore |
Build server has to be the single source of truth for this stuff. |
What's weird about this though, is Akka.SLN wasn't updated at all... Dafuq |
I think this is the culprit: NuGet/Home#1631 |
Nevermind, culprit was the big Akka.Cluster.Tools merge earlier |
This is another approach of fixing problem solved by #1471 . Instead of working on making collection of cancellation tokens thread safe, we can remove it completely and use single shared cancellation token source between all async database calls.