-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Item::ValueCopy #316
Item::ValueCopy #316
Conversation
Add a ValueCopy function to avoid deadlocks in long running iterations.
Review status: 0 of 6 files reviewed at latest revision, 1 unresolved discussion. iterator.go, line 89 at r1 (raw file):
Would be good to indicate in the comment how Comments from Reviewable |
Review status: 0 of 6 files reviewed at latest revision, 1 unresolved discussion. Comments from Reviewable |
Review status: 0 of 6 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. db_test.go, line 1244 at r2 (raw file):
Any reason to comment this out? Comments from Reviewable |
Review status: 0 of 6 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. db_test.go, line 1244 at r2 (raw file): Previously, deepakjois (Deepak Jois) wrote…
DONE. Left during testing. iterator.go, line 89 at r1 (raw file): Previously, peterstace (Peter Stace) wrote…
Done. Comments from Reviewable |
Looks like this has been committed as: b3568eb |
Add a ValueCopy function to avoid deadlocks in long running iterations.
Helps solve #315.
This change is