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

Read–write lock on TransactionSet #411

Closed
wants to merge 2 commits into from

Conversation

dahlia
Copy link
Contributor

@dahlia dahlia commented Aug 7, 2019

Since IStore implementations could have some problems with concurrent PutTransaction<T>() calls, I believe it's way safer to have read–write lock on TransactionSet interface.

@dahlia dahlia added the bug Something isn't working label Aug 7, 2019
@dahlia dahlia added this to the 0.5.0 milestone Aug 7, 2019
@dahlia dahlia self-assigned this Aug 7, 2019
@longfin
Copy link
Member

longfin commented Aug 8, 2019

@dahlia it seems obsoleted by #413. right?

@dahlia
Copy link
Contributor Author

dahlia commented Aug 8, 2019

Yes, as we prefer the approach made in #413 over this, I will close this.

@dahlia dahlia closed this Aug 8, 2019
limebell pushed a commit to limebell/libplanet that referenced this pull request Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants