You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My geth node is currently re-syncing because of an scheme change from hash to path. I noticed a high cpu usage and a lot of the following logs from geth:
geth-1 | WARN [06-22|10:57:08.686] Served eth_getBlockByNumber reqid=496507 duration="78.329µs" err="finalized block not found"
geth-1 | WARN [06-22|10:57:08.686] Served eth_getBlockByNumber reqid=496508 duration="23.214µs" err="finalized block not found"
geth-1 | WARN [06-22|10:57:08.686] Served eth_getBlockByNumber reqid=496509 duration="25.559µs" err="finalized block not found"
geth-1 | WARN [06-22|10:57:08.687] Served eth_getBlockByNumber reqid=496510 duration="54.814µs" err="finalized block not found"
After stopping Juno the logs stopped. Looks like Juno gets stuck in some kind of loop trying to get the block desperately
The text was updated successfully, but these errors were encountered:
My
geth
node is currently re-syncing because of an scheme change fromhash
topath
. I noticed a high cpu usage and a lot of the following logs from geth:After stopping
Juno
the logs stopped. Looks likeJuno
gets stuck in some kind of loop trying to get the block desperatelyThe text was updated successfully, but these errors were encountered: