-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Syncing block that is already imported #9343
Comments
Do I understand well that |
I guess that it reports HTTP 412 every time api health is not OK, including syncing What I'm seeing directly is that since upgrade to 1.11.8 from 1.10.6 we have a lot of alerts that node health is not ok. The first thing I see in logs is that nodes periodically go into syncing, esp. strange is when they try to sync a block they've already imported |
Fresh example: 10:26:41 UTC
From logs (server is in EDT):
|
We downgraded nodes from one of public rpc pools to 1.10.6 and both the |
Can this be upgraded to something other than "Z1-question"? I opened a few issues in the past week because we actually started to experience problems after transition 1.10.6 -> 1.11.8 |
Not entirely sure if this is a bug. We would need to know why the node is syncing. It could be due to a reorg. |
How do I check for that? Reorg is usually accompanied by a corresponding message in logs:
And I see those messages still happen occasionally on 1.10.6, but I don't see |
I think this is a duplicate of #9428 (or the other way around since this one is older). I'm looking into it. |
closing as stale and probably already fixed, @phahulin please let us know if that isn't the case |
Parity would sometime sync blocks that it has already imported (e.g. 4142114)
We noticed that by increased number of alerts from our monitoring system, since transition to
Syncing...
results in/api/health
endpoint goingHTTP 412 Precondition failed
.The text was updated successfully, but these errors were encountered: