Open Bidon15 opened 1 year ago
to add more context from a sync conversation, this seems to occur more frequently the more a node reads from state.
seems related to https://github.com/cosmos/cosmos-sdk/issues/10568
we might actually need to go in and add a mutex somewhere in the read path
I'm curious if this error is always with the distribution keeper or do we see it elsewhere as well?
seems related to https://github.com/cosmos/cosmos-sdk/issues/10568
Are you sure? It looks like this a concurrency problem in the IAVL not the gRPC server
Are you sure? It looks like this a concurrency problem in the IAVL not the gRPC server
yeah I think so, the title of that issue is misleading. its encountering a similar stack trace both from iavl. both scenario's are using the gprc server to read from iavl
to add more context from a sync conversation, this seems to occur more frequently the more a node reads from state.
Summary of Bug
Happened on mainnet for devops infra
RAM consumption was 8Gib which was fine
Version
v1.3.0
Steps to Reproduce
run a node for a while
https://celestia.grafana.net/goto/ath5JDSIg?orgId=1
For Admin Use