Hello,
we have an ubuntu testnet node 4.3.1 and since this morning we have a problem we searched a fix for in vain for hours.
When restarting the node, it rapidly catches up with the chain, showing the usual “Block received/block Stats/finalization/finalization stats”.
Then there is, like 30 messages like (with - I suppose our - 4 different peers):
[WARN concordium_node::plugins::consensus] Couldn't process a finalization message from peer 0000000000000005 due to error code InvalidResult
Then one info message of catch-up:
[INFO concordium_node::plugins::consensus] Sent a direct message to peer 0000000000000006 containing a catch-up status message
Then for a few seconds, a bunch of regular block received/stats and finalization/stats logs.
Then a few (with - I suppose our - 4 different peers):
[INFO concordium_node::plugins::consensus] Sent a direct message to peer 000000000000000c containing a catch-up status message
which I suppose are there to indicate that we told the peers that we were up to date.
But then, immediatly after these, we get:
[ERROR concordium_node::p2p::connectivity] [receiving from 195.249.104.111:8889] Connection reset by peer (os error 104)
[ERROR concordium_node::p2p::connectivity] [receiving from 35.179.96.229:8888] Connection reset by peer (os error 104)
[ERROR concordium_node::p2p::connectivity] [receiving from 34.88.64.241:8889] Connection reset by peer (os error 104)
[ERROR concordium_node::p2p::connectivity] [receiving from 195.249.104.111:3387] Connection reset by peer (os error 104)
[WARN concordium_node::p2p::connectivity] Received 7 invalid messages from peer 000000000000000c
[WARN concordium_node::p2p::connectivity] Received 13 invalid messages from peer 0000000000000006
[WARN concordium_node::p2p::connectivity] Received 54 invalid messages from peer 0000000000000009
[WARN concordium_node::p2p::connectivity] Received 5 invalid messages from peer 0000000000000005
[WARN concordium_node::plugins::consensus] Couldn't process a block from peer 000000000000000c due to error code BlockTooEarly
[WARN concordium_node::plugins::consensus] Couldn't process a block from peer 000000000000000c due to error code BlockTooEarly
[WARN concordium_node::plugins::consensus] Couldn't process a finalization message from peer 000000000000000c due to error code InvalidResult
[WARN concordium_node::plugins::consensus] Couldn't process a finalization message from peer 000000000000000c due to error code InvalidResult
And then the node is stucked and do nothing but logging, in loop, around 30 messages like):
[WARN concordium_node::plugins::consensus] Couldn't process a finalization message from peer 0000000000000006 due to error code InvalidResult
then 4 messages like:
[WARN concordium_node::p2p::connectivity] Received 47 invalid messages from peer 000000000000000c
and a bunch of
[WARN concordium_node::plugins::consensus] Couldn't process a block from peer 0000000000000009 due to error code BlockTooEarly
The node doesn’t seem to receive any block and is stucked at the same height ever after. Restarting the node service just work until the catch-up is done and then the same happens again.
We couldn’t find any information about BlockTooEarly, and nothing seems related for InvalidResult
Any help would be much appreciated.