-
Notifications
You must be signed in to change notification settings - Fork 493
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
Relstable3.2.3 remerge #3372
Relstable3.2.3 remerge #3372
Conversation
) ## Summary This PR moves the catchpoint file writing to be performed outside of the trackers lock. This resolves the issue where a long catchpoint file writing blocks the agreement from validating and propagating votes. ## Test Plan * [x] Test manually & use existing tests. * [x] Implement a unit test * [x] Deploy a local network where the catchpoint writing takes a long time and verify it doesn't get blocked during catchpoint writing.
go-algorand v3.2.3-beta
go-algorand 3.2.3-stable
Codecov Report
@@ Coverage Diff @@
## master #3372 +/- ##
==========================================
- Coverage 47.65% 37.67% -9.99%
==========================================
Files 369 367 -2
Lines 59660 59642 -18
==========================================
- Hits 28433 22470 -5963
- Misses 27914 34216 +6302
+ Partials 3313 2956 -357
Continue to review full report at Codecov.
|
|
No because the minor version was already bumped to 3 by 3.2.1-stable. |
Summary
Merge back 3.2.3 stable code to keep commits aligned in master branch.