-
Notifications
You must be signed in to change notification settings - Fork 275
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
[BUG] Unprotected read data race #1040
Comments
|
Note that there are additional data races in CosmosSDK itself when querying gRPC directly (instead of via CometBFT ABCI which has a lock). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We switched from using the cometBFT ABCI RPC to using CosmosSDK gRPC to query application state in this omni-network/omni#2216.
Our CI then started failing with the following data race at:
iavl@v1.9.11/nodedb.go:751
See stack trace below.
I opened this PR to fix it, but the PR got stuck in review, with additional data races being highlighted by Code Rabbit.
I closed that PR with the hope that the cosmos team will handle this issue. 🙏
The text was updated successfully, but these errors were encountered: