reth icon indicating copy to clipboard operation
reth copied to clipboard

Random Missing Log Level

Open 0xcacti opened this issue 1 year ago • 0 comments

Describe the bug

I performed an unwind for 400 blocks. Everything appeared to work as intended, however, one log message was missing a level

image

Steps to reproduce

sync node reth stage unwind to-block 17516001

Node logs

Jun 19 21:37:14 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:15 reth reth[261078]: #033[2m2023-06-19T21:37:15.124853Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8
Jun 19 21:37:15 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:15 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:15 reth reth[261078]: #033[2m2023-06-19T21:37:15.125782Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8
Jun 19 21:37:22 reth reth[261078]: #033[2m2023-06-19T21:37:22.516280Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8
Jun 19 21:37:22 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:23 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:23 reth reth[261078]: #033[2m2023-06-19T21:37:23.009153Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0x926c169d4ed5a954c8f480756494d18f5bc2e67fbf215b0eb02866eaf28362c8
Jun 19 21:37:25 reth reth[261078]: #033[2m2023-06-19T21:37:25.309737Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0xad798166b580c64aa616684b4206975690e82c1dc5467ed3bec70e50cc159a40#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0xad798166b580c64aa616684b4206975690e82c1dc5467ed3bec70e50cc159a40
Jun 19 21:37:25 reth reth[261078]: Block hash not found in block indices
Jun 19 21:37:25 reth reth[261078]: #033[2m2023-06-19T21:37:25.310792Z#033[0m #033[31mERROR#033[0m #033[1mmake_canonical#033[0m#033[1m{#033[0m#033[3mblock_hash#033[0m#033[2m=#033[0m0xad798166b580c64aa616684b4206975690e82c1dc5467ed3bec70e50cc159a40#033[1m}#033[0m#033[2m:#033[0m #033[2mblockchain_tree#033[0m#033[2m:#033[0m Block hash not found in block indices #033[3mblock_hash#033[0m#033[2m=#033[0m0xad798166b580c64aa616684b4206975690e82c1dc5467ed3bec70e50cc159a40
Jun 19 21:37:25 reth reth[261078]: Block hash not found in block indices

Platform(s)

Linux (x86)

What version/commit are you on?

reth Version: 0.1.0 Commit SHA: 6ef3e12f

What database version are you on?

No response

If you've built Reth from source, provide the full command you used

No response

Code of Conduct

  • [X] I agree to follow the Code of Conduct

0xcacti avatar Jun 19 '23 22:06 0xcacti