Overzealous getUncles
KvtNotFound(Kvt, ctx=get, error=GetNotFound)
warning on GetBlockBodies
request
#2639
Labels
getUncles
KvtNotFound(Kvt, ctx=get, error=GetNotFound)
warning on GetBlockBodies
request
#2639
This isn't anything going wrong, and should not be a warning.
from status-im/infra-nimbus#193 (comment)
with many more like this in the logs, even before any CLs had started to use the
nimbus-eth1
engine API, i.e. it was only based on connected eth68 peers. Based on this, the most likely reason is that the not completely syncednimbus-eth1
nodenimbus-eth1/nimbus/sync/protocol/eth68.nim
Lines 210 to 231 in ea74e03
calling
nimbus-eth1/nimbus/sync/handlers/eth.nim
Lines 354 to 367 in ea74e03
calls (eventually)
nimbus-eth1/nimbus/db/core_db/core_apps.nim
Lines 649 to 662 in ea74e03
calls
nimbus-eth1/nimbus/db/core_db/core_apps.nim
Lines 596 to 609 in ea74e03
when the header is present but not the body is not.
For example, this can occur after having imported era1 files --
persistBlocks
etc do populate the headers in the database, but not (because the blocks already live in the era1 files) the blocks themselves. And they are pre-merge, so they have non-empty uncles/ommers.The text was updated successfully, but these errors were encountered: