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 #432

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Sep 1, 2021

close #427
#428 previous update contains wrong RWMutext update for nodedb cache, which leads https://github.com/cosmos/cosmos-sdk/pull/10040/checks?check_run_id=3475312162 issue.

To prevent concurrent read write map access in nodedb, this PR rollback RWMutex to normal Mutex.

@tac0turtle tac0turtle merged commit 89f6b77 into cosmos:master Sep 1, 2021
@klim0v
Copy link
Contributor

klim0v commented Sep 2, 2021

I confirm that there was such a problem and this solves it

prolenking pushed a commit to prolenking/iavl that referenced this pull request Jan 21, 2022
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
3 participants