Closed matsuro-hadouken closed 3 years ago
Thank you for submitting the issue.
I had a quick glance at the logs you provided and the code and I have some initial theory:
It looks like your node runs out of peers before downloading a block with a specific hash.
tl;dr; description of the algorithm is:
It will first get a hold of a block's hash (it's either the trusted hash you configure it with or some other block it learned about when fetching the chain of headers first) and sometime later it tries to download that block. It will ask all peers one-by-one and if it runs out of the peers before downloading the block it panics.
Given that there's a lot of
"WARN","fields":{"message":"NodeId::Tls(7e9d..fa72): outgoing connection failed","peer_address":
those two issues might be related – i.e. the former is caused by the latter.
Fixed. Closing
After recent crash and no success with join it again I try to run validator from scratch.
Service exit error:
Main process exited, code=killed, status=6/ABRT
Valdator log is overloaded and produced about 4G since last 30 minutes, mostly:
message received","msg":"payload: AddressGossiper::(gossip-response
message received","msg":"payload: AddressGossiper::(gossip(gossiped-address
Warnings present in a log:
"WARN","fields":{"message":"Finality signatures not handled in joiner reactor"},"target":"casper_node::reactor::joiner","span":{"ev":7206551,"name":"dispatch events"},"spans":[{"ev":7206551,"name":"crank"},{"ev":7206551,"name":"dispatch events"}]}
"WARN","fields":{"message":"network announcement ignored.","other":"Consensus(Protocol { era_id.0: 214, .. })"},"target":"casper_node::reactor::joiner","span":{"ev":7239826,"name":"dispatch events"},"spans":[{"ev":7239826,"name":"crank"},{"ev":7239826,"name":"dispatch events"}]}
Most of the warning spam is:
"WARN","fields":{"message":"NodeId::Tls(7e9d..fa72): outgoing connection failed","peer_address":
Just two warnings about:
{"timestamp":"Dec 26 14:23:37.920","level":"WARN","fields":{"message":"large event size, consider reducing it or boxing","event_size":"160"},"target":"casper_node::reactor"}
{"timestamp":"Dec 26 14:23:38.245","level":"WARN","fields":{"message":"large event size, consider reducing it or boxing","event_size":"544"},"target":"casper_node::reactor"}