Skip to content
Cosmopediaby Unity Nodes
DiscussionsValidationError - commit is for a block we do not know aboutForum ↗

Error - commit is for a block we do not know about

Validation9 posts1,175 views7 likesLast activity Jan 2024
DB
DB_VLD22OP
Nov 2022 2

Hi all,

We are getting the following error in the logs of our validator:

10:21AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=C109A5A72B5520E99824A3E274C74EE25E0A304E8DCC0BCCF15FDF9C115CDF3B commit_round=0 height=12750921 module=consensus proposal=
10:26AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=A508BDDD2D92A5D734D9A242A210BA778FF4ECA5C062D6FBAA6DCEA98217E47E commit_round=0 height=12750972 module=consensus proposal=

It appears after we see a missed block in the explorer.

Is this normal? Have you seen this in your logs? Any insights or pointers will be greatly appreciated.

Thanks!

SE
serejandmyself
Nov 2022 1

Have you tried dropping this error to the Discord? There is a lot of cosmos devs there

DB
DB_VLD22
Nov 2022 1

Yes with no result. Thanks for suggestion though

SE
serejandmyself
Nov 2022 1

Showed it to a devOps. They didnt say much. Just that its hard to say =)

Possibly because it missed the block, the node takes time to catch up with the set so to speak and after it resynchs it spits this out. Maybe the node is too heavy, maybe the storage is too slow, etc. Wild guesses here

DB
DB_VLD22
Nov 2022 2

Yeah, the error is too generic. Our validator is on-premises with enterprise grade hardware and nvme disks and has plenty of resources. Sentries are in AWS. Network connectivity also looks healthy. So, we are stuck…

SE
serejandmyself
Nov 2022

If you manage to crack it, let us know too please

IR
ironsf
Dec 2023

I also tryed toreduce missed blocks on my node. And setting

peer_gossip_sleep_duration to 2ms
helped (I still see some missed blocks, but less than before)

MA
maanav
Jan 2024

Hi, were you able to figure out how to solve this? Stuck on this issue too, I tried reducing peer_gossip_sleep_duration to 2ms but no luck yet

JA
jacobgadikian
Jan 2024

Hi, that error is a little bit normal.

You will frequently see that error when your node is almost synced. Is that where you are seeing it?

← Back to Discussions