nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
159 stars 61 forks source link

If a peer does not provide history chunk because it is outdated, we do not re-request the chunk #2930

Open viquezclaudio opened 4 hours ago

viquezclaudio commented 4 hours ago

Observed while trying to sync the seed node as full node to the pubtestnet.

While doing the validity sync process one peer is emitted as outdated:

The peer could not provide the requested history chunk, we emit it as outdated err=couldn't produce proof peer_id=12D3KooWJuXdSaeeF81PiaLye9pkWytYNNoMkXVS49M6PP838bfc chunk_index=622 block_number=5027010

However we do not try to re-request the history chunk and the validity sync doesn't complete.

viquezclaudio commented 4 hours ago

pubtestnet_seed1.log