-
Notifications
You must be signed in to change notification settings - Fork 238
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
Problem: tendermint tx indexer could miss block when restart #213
Comments
noticed this happened a few times yesterday as well, we had to manually resync the block on subgraph whenever this happen |
could be an error on tendermint |
First, the block data should be the same across the network nodes, otherwise, the consensus should break. We might debug Second. the |
Since the tendermint tx indexer service runs asynchronously with block commit, so it could lag behind. |
It reproduced in one of our nodes where tendermint tx indexer fails to index a whole block, and won't recover automatically, matching what's described by OP. |
tendermint/tendermint#7312 |
I tested it has been fixed in this PR. Not sure will it be backported to v0.34 |
This is an older block at the time of query (119510)
To Reproduce
It occurs intermittently only in some of the node
x86_64
The text was updated successfully, but these errors were encountered: