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

rollback nodedb to use normal mutex #431

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Aug 31, 2021

close #427
#428 previous update contains wrong RWMutext update for nodedb cache.

This lead https://github.com/cosmos/cosmos-sdk/pull/10040/checks?check_run_id=3475312162 issue.
In order to prevent concurrent read write map access in nodedb, this PR rollback RWMutex to normal Mutex.

@yun-yeo yun-yeo closed this Sep 1, 2021
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.

[Bug] concurrent map read and map write
2 participants