Hello, is this something to be concerned about?
2022-06-23 15:42:05 [PrimaryChain] Verification failed for block 0x082b1a6a57ce6b0c552456bdc8e0f1ac8fc40cac45334895bf0db2a433994b80 received from peer: 12D3KooWANjna6aRcSTGRASfEjVqKbocMTFexQSPmkjCUWMsfgjm, “Header 0x082b1a6a57ce6b0c552456bdc8e0f1ac8fc40cac45334895bf0db2a433994b80 rejected: too far in the future”
2022-06-23 15:42:05 [PrimaryChain] Verification failed for block 0x082b1a6a57ce6b0c552456bdc8e0f1ac8fc40cac45334895bf0db2a433994b80 received from peer: 12D3KooWETumSmrNPJ4SBZGFRdzPh1DC6XqBXp4Jz8fDqabYBo7E, “Header 0x082b1a6a57ce6b0c552456bdc8e0f1ac8fc40cac45334895bf0db2a433994b80 rejected: too far in the future”
Occasionally you may see this error from various forks, did the node continue to operate properly after this error?
this is entirely possible, (i assumed you checked, but it can also be caused when your system ntp is off)
You could try increasing --out-peers to allow more node connections which should hopefully deliver the proper blocks
I may try the --out-peers option. A restart of the node helped to. Yes time is synced
[root@node-2d ~]# timedatectl
Local time: Thu 2022-06-23 22:28:46 EDT
Universal time: Fri 2022-06-24 02:28:46 UTC
RTC time: Fri 2022-06-24 02:28:47
Time zone: America/New_York (EDT, -0400)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
These errors are happening when either your node or the node that produced this block has system clock drifting too far from correct time.
Make sure your machine has correct time set and configure it to sync time correctly such that it doesn’t drift away with ntp
as you meantioned. I your machine is synced you’re good, just ignore those messages, nothing you can do about it.
If your machine doesn’t have synced time it might be rejecting valid blocks, will attempt to extend older chain (building a fork) that will be rejected by the rest of the network that already moved forward. Essentially you’ll be losing rewards, so you certainly want system time to be correct.