-
moneromooo
Can someone who has a large history of level 1 logs (or at least net.cn:ERROR) check whether they have instances of "Got NOTIFY_RESPONSE_CHAIN_ENTRY past expected height, dropping connection" please ?
-
m-relay
<rbrunner7:monero.social> I guess this is something different - just had it now catching up about 1 week of chain: 2024-09-27 09:42:10.560 E [209.222.252.83:18081 OUT] Got NOTIFY_RESPONSE_CHAIN_ENTRY out of the blue, dropping connection
-
m-relay
<rbrunner7:monero.social> Although that daemon is a few months old, compiled master
-
m-relay
<rbrunner7:monero.social> Had one now:
-
m-relay
<rbrunner7:monero.social> 2024-09-27 09:59:31.858 E [181.27.66.171:18080 OUT] Got NOTIFY_RESPONSE_CHAIN_ENTRY past expected height, dropping connection
-
m-relay
<rbrunner7:monero.social> Maybe that's just "daily live of a Monero daemon" nowadays, if I get it at first attempt merely syncing 1 week or so?
-
gingeropolous_
moneromooo, i have 11 instances, 7 are in the past 4 days. the other 4 are from 2021
-
gingeropolous_
apparently i saved some log files from 2021 for some reason, but that string is present
-
gingeropolous_
but on that machine, my logs only span from 09/22 to 09/27, except for those random ones from 2021
-
Guest92
Helllo everyome
-
sech1
I don't have it my node's logs but I don't run level 1 all the time - only when I need to debug stuff
-
sech1
I'll run with log level 1 for a while
-
m-relay
<rbrunner7:monero.social> Funny, I have also some logs from 2021 still standing, like gingeropolous_. Maybe a bug or at least a quirk in the log rotation code?
-
gingeropolous_
naw, i think i grepped the logfiles at that time with "error", because the file those are found in is error.log , next to some other files named with that date
-
sech1
log level 1 is too verbose, I switched to level 0 + net.cn:ERROR
-
moneromooo
Thanks.
-
moneromooo
rbrunner7: that "out of the blue" is plausibly/probably a very late answer, after a timeout, so your node doesn't expect a reply anymore.
-
moneromooo
It's an error I got in townforge, but looking at the code I expected to see it in monerod too. I did not see it in my own logs, but they're only a couple days old.
-
moneromooo
I *think* protocol is accessing the chain at two places and expecting those states to be consistent, but they are not.
-
moneromooo
In this case it's mostly innocuous.