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
In the logs of my 3 nodes I found the following error:
Note: This appears to be a known go-ethereum issue which was fixed in geth 1.9.0 ethereum/go-ethereum#17227
ERROR[09-16|00:23:35.398] Section processing failed type=bloombits error="chain reorged during section processing"
DEBUG[09-16|00:23:35.398] Chain index processing failed type=bloombits section=25 err="chain reorged during section processing"
DEBUG[09-16|00:23:37.111] Persisted trie from memory database nodes=23 size=8.19KiB time=1.479891ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:37.113] Inserted new block number=285481 hash=11a900…a99753 uncles=0 txs=3 gas=63000 elapsed=5.629ms root=a31308…54e97d
INFO [09-16|00:23:37.113] Imported new chain segment blocks=1 txs=3 mgas=0.063 elapsed=7.517ms mgasps=8.380 number=285481 hash=11a900…a99753 dirty=0.00B
DEBUG[09-16|00:23:37.113] Reinjecting stale transactions count=0
TRACE[09-16|00:23:37.114] Processing new chain section type=bloombits section=25
DEBUG[09-16|00:23:37.123] Persisted trie from memory database nodes=29 size=10.18KiB time=1.879889ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:37.126] Inserted new block number=285482 hash=eb78ea…5f4142 uncles=0 txs=4 gas=84000 elapsed=8.520ms root=8697e1…e49609
INFO [09-16|00:23:37.126] Imported new chain segment blocks=1 txs=4 mgas=0.084 elapsed=10.446ms mgasps=8.041 number=285482 hash=eb78ea…5f4142 dirty=0.00B
DEBUG[09-16|00:23:37.127] Reinjecting stale transactions count=0
ERROR[09-16|00:23:37.800] Section processing failed type=bloombits error="chain reorged during section processing"
DEBUG[09-16|00:23:37.800] Chain index processing failed type=bloombits section=25 err="chain reorged during section processing"
DEBUG[09-16|00:23:38.206] Persisted trie from memory database nodes=23 size=8.88KiB time=2.39733ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:38.208] Inserted new block number=285483 hash=e1a104…b61df9 uncles=0 txs=3 gas=63000 elapsed=7.920ms root=1c8ba5…cdf04f
INFO [09-16|00:23:38.208] Imported new chain segment blocks=1 txs=3 mgas=0.063 elapsed=9.771ms mgasps=6.447 number=285483 hash=e1a104…b61df9 dirty=0.00B
DEBUG[09-16|00:23:38.208] Reinjecting stale transactions count=0
TRACE[09-16|00:23:38.209] Processing new chain section type=bloombits section=25
ERROR[09-16|00:23:38.892] Section processing failed type=bloombits error="chain reorged during section processing"
DEBUG[09-16|00:23:38.892] Chain index processing failed type=bloombits section=25 err="chain reorged during section processing"
DEBUG[09-16|00:23:39.801] Persisted trie from memory database nodes=20 size=7.29KiB time=1.340306ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:39.803] Inserted new block number=285484 hash=a666f6…e8f6ac uncles=0 txs=2 gas=42000 elapsed=5.382ms root=85aab9…b98c14
INFO [09-16|00:23:39.803] Imported new chain segment blocks=1 txs=2 mgas=0.042 elapsed=6.332ms mgasps=6.632 number=285484 hash=a666f6…e8f6ac dirty=0.00B
DEBUG[09-16|00:23:39.803] Reinjecting stale transactions count=0
TRACE[09-16|00:23:39.805] Processing new chain section type=bloombits section=25
DEBUG[09-16|00:23:40.064] Persisted trie from memory database nodes=28 size=10.41KiB time=18.860793ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:40.068] Inserted new block number=285485 hash=725834…bb8165 uncles=0 txs=4 gas=84000 elapsed=28.153ms root=863dff…e81cdd
INFO [09-16|00:23:40.068] Imported new chain segment blocks=1 txs=4 mgas=0.084 elapsed=41.395ms mgasps=2.029 number=285485 hash=725834…bb8165 dirty=0.00B
DEBUG[09-16|00:23:40.069] Reinjecting stale transactions count=0
ERROR[09-16|00:23:40.623] Section processing failed type=bloombits error="chain reorged during section processing"
DEBUG[09-16|00:23:40.623] Chain index processing failed type=bloombits section=25 err="chain reorged during section processing"
DEBUG[09-16|00:23:43.434] Persisted trie from memory database nodes=23 size=8.66KiB time=1.981428ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
DEBUG[09-16|00:23:43.437] Inserted new block number=285486 hash=12d80f…de81fb uncles=0 txs=3 gas=63000 elapsed=6.924ms root=7867a5…de7601
INFO [09-16|00:23:43.437] Imported new chain segment blocks=1 txs=3 mgas=0.063 elapsed=9.503ms mgasps=6.629 number=285486 hash=12d80f…de81fb dirty=0.00B`
The text was updated successfully, but these errors were encountered:
Approximately 19 hours ago 3 of my testing nodes stopped working as expectedly and the public endpoint: https://testapi.avax.network/ext/bc/C/rpc which serves https://faucet.avax.network/ and is used to connect MetaMask to the C-chain showed similar behavior.
In the logs of my 3 nodes I found the following error:
Note: This appears to be a known go-ethereum issue which was fixed in geth 1.9.0 ethereum/go-ethereum#17227
The text was updated successfully, but these errors were encountered: