The error message below was asked several hours ago on the Telegram group with no reply yet. We ourselves began seeing this message in relay logs immediately after the hard fork:
$ grep HardForkEncoderDisabledEra node.log | head -1
[relay:cardano.node.ErrorPolicy:Error:84] [2020-12-16 21:45:37.94 UTC] [String "ErrorPolicyUnhandledApplicationException (HardForkEncoderDisabledEra (SingleEraInfo {singleEraName = \"Allegra\"}))",String "ErrorPolicyTrace",String "207.244.225.1:41737"]
I’m going to venture a guess, and assume unless someone posts otherwise, that this is the result of incoming peers connecting to our 1.24.2
relays who are still on a previous version of the node not compliant with the Allegra hard fork. It would be reassuring to get insider confirmation of this & maybe a developer explanation in case it’s not that simple.
BTW if this suspicion is right then there may be a consistency problem since we have a lot of these messages: not yet counted individual IPs, but in all about 9 every minute since the beginning of the epoch 9 hours ago:
$ grep HardForkEncoderDisabledEra node.log | wc -l
4683