optimism
optimism copied to clipboard
Unable to exit geth gracefully
running the node with gcmode=full
log.txt
stop steps:docker-compose stop -t 300
Also, when I restart the node, it fails to sync
log
INFO [10-10|03:25:58.198] Syncing transaction range start=2913829 end=7962835 backend=l2
DEBUG[10-10|03:25:58.201] Applying transaction to tip index=2913829 hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147 origin=sequencer
DEBUG[10-10|03:25:58.201] Attempting to commit rollup transaction hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147
DEBUG[10-10|03:25:58.202] Transaction failed, account skipped hash=0f26f4…9d3147 err="insufficient balance for transfer"
ERROR[10-10|03:25:58.202] Problem committing transaction msg="insufficient balance for transfer"
ERROR[10-10|03:25:58.203] Got error waiting for transaction to be added to chain msg="insufficient balance for transfer"
ERROR[10-10|03:25:58.203] Could not verify error="Verifier cannot sync transactions with BackendL2: Verifier cannot sync transactions with backend l2: Cannot sync transactions with backend l2: Cannot apply transaction: insufficient balance for transfer"
INFO [10-10|03:25:59.199] Syncing transaction range start=2913829 end=7963000 backend=l2
DEBUG[10-10|03:25:59.202] Applying transaction to tip index=2913829 hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147 origin=sequencer
DEBUG[10-10|03:25:59.202] Attempting to commit rollup transaction hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147
DEBUG[10-10|03:25:59.204] Transaction failed, account skipped hash=0f26f4…9d3147 err="insufficient balance for transfer"
ERROR[10-10|03:25:59.204] Problem committing transaction msg="insufficient balance for transfer"
ERROR[10-10|03:25:59.204] Got error waiting for transaction to be added to chain msg="insufficient balance for transfer"
ERROR[10-10|03:25:59.204] Could not verify error="Verifier cannot sync transactions with BackendL2: Verifier cannot sync transactions with backend l2: Cannot sync transactions with backend l2: Cannot apply transaction: insufficient balance for transfer"
INFO [10-10|03:26:00.198] Syncing transaction range start=2913829 end=7963000 backend=l2
DEBUG[10-10|03:26:00.202] Applying transaction to tip index=2913829 hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147 origin=sequencer
DEBUG[10-10|03:26:00.202] Attempting to commit rollup transaction hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147
DEBUG[10-10|03:26:00.203] Transaction failed, account skipped hash=0f26f4…9d3147 err="insufficient balance for transfer"
ERROR[10-10|03:26:00.203] Problem committing transaction msg="insufficient balance for transfer"
ERROR[10-10|03:26:00.203] Got error waiting for transaction to be added to chain msg="insufficient balance for transfer"
ERROR[10-10|03:26:00.203] Could not verify error="Verifier cannot sync transactions with BackendL2: Verifier cannot sync transactions with backend l2: Cannot sync transactions with backend l2: Cannot apply transaction: insufficient balance for transfer"
INFO [10-10|03:26:01.199] Syncing transaction range start=2913829 end=7963000 backend=l2
DEBUG[10-10|03:26:01.203] Applying transaction to tip index=2913829 hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147 origin=sequencer
DEBUG[10-10|03:26:01.203] Attempting to commit rollup transaction hash=0x0f26f4293b7aab41ccd25974b81b3f3e93659145d8654551239b7031119d3147
DEBUG[10-10|03:26:01.204] Transaction failed, account skipped hash=0f26f4…9d3147 err="insufficient balance for transfer"
ERROR[10-10|03:26:01.204] Problem committing transaction msg="insufficient balance for transfer"
ERROR[10-10|03:26:01.204] Got error waiting for transaction to be added to chain msg="insufficient balance for transfer"
ERROR[10-10|03:26:01.204] Could not verify error="Verifier cannot sync transactions with BackendL2: Verifier cannot sync transactions with backend l2: Cannot sync transactions with backend l2: Cannot apply transaction: insufficient balance for transfer"
Same thing.
Once I stop the geth (via systemd or CTRL+C) it often breaks and I am getting this error:
May 23 17:41:59 Ubuntu-2204-jammy-amd64-base bash[172931]: INFO [05-23|17:41:59.824] Syncing transaction range start=108515 end=100809655 backend=l2
May 23 17:41:59 Ubuntu-2204-jammy-amd64-base bash[172931]: ERROR[05-23|17:41:59.825] Problem committing transaction msg="nonce too high"
May 23 17:41:59 Ubuntu-2204-jammy-amd64-base bash[172931]: ERROR[05-23|17:41:59.825] Got error waiting for transaction to be added to chain msg="nonce too high"