Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

DB corrupted: Corruption: block checksum mismatch #8583

Closed
PavelBass opened this issue May 9, 2018 · 1 comment
Closed

DB corrupted: Corruption: block checksum mismatch #8583

PavelBass opened this issue May 9, 2018 · 1 comment
Labels
F1-panic 🔨 The client panics and exits without proper error handling. M4-core ⛓ Core client code / Rust. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone

Comments

@PavelBass
Copy link

PavelBass commented May 9, 2018

I'm running:

  • Parity version: 1.10.3
  • operating system: uname -a: Linux pbu16 4.13.0-39-generic #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • installed: via parity_1.10.3_ubuntu_amd64.deb
  • Are you fully synchronized: yes
  • Which network are you connected to: ethereum

Logs:

2018-05-09 03:15:36  Syncing #1632889 fc79…3d8e    49 blk/s  249 tx/s   8 Mgas/s      0+ 5873 Qed  #1638764   25/25 peers   5 MiB chain 107 MiB db 41 MiB queue 30 MiB sync  RPC:  0 conn,  0 req/s, 188 µs
2018-05-09 03:15:36  Syncing #1632890 bc7f…a3f1     0 blk/s    0 tx/s   0 Mgas/s      0+ 5873 Qed  #1638764   25/25 peers   5 MiB chain 107 MiB db 41 MiB queue 30 MiB sync  RPC:  0 conn,  0 req/s, 188 µs
2018-05-09 03:15:44  DB corrupted: Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300. Repair will be triggered on next restart
2018-05-09 03:15:44  DB corrupted: Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300. Repair will be triggered on next restart
2018-05-09 03:15:44  DB corrupted: Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300. Repair will be triggered on next restart
2018-05-09 03:15:44  DB corrupted: Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300. Repair will be triggered on next restart

====================

stack backtrace:
   0:     0x55c93889003c - <no info>

Thread 'IO Worker #1' panicked at 'DB flush failed.: Error(Msg("Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300"), State { next_error: None, backtrace: None })', libcore/result.rs:945

This is a bug. Please report it at:

    https://github.com/paritytech/parity/issues/new


====================

stack backtrace:
   0:     0x55c93889003c - <no info>

Thread 'IO Worker #3' panicked at 'DB flush failed.: Error(Msg("Corruption: block checksum mismatch: expected 3008045576, got 3590623183  in /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d/overlayrecent/db/093370.sst offset 13989057 size 16300"), State { next_error: None, backtrace: None })', libcore/result.rs:945

This is a bug. Please report it at:

    https://github.com/paritytech/parity/issues/new
Аварийный останов (сделан дамп памяти)
  • Did you try to restart the node?: yes. Logs:
pavel@pbu16:~/parity$ parity
2018-05-09 14:47:27  Starting Parity/v1.10.3-stable-b9ceda3-20180507/x86_64-linux-gnu/rustc1.25.0
2018-05-09 14:47:27  Keys path /home/pavel/.local/share/io.parity.ethereum/keys/Foundation
2018-05-09 14:47:27  DB path /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d
2018-05-09 14:47:27  Path to dapps /home/pavel/.local/share/io.parity.ethereum/dapps
2018-05-09 14:47:27  State DB configuration: fast
2018-05-09 14:47:27  Operating mode: active
2018-05-09 14:47:27  Configured for Foundation using Ethash engine
2018-05-09 14:47:27  DB has been previously marked as corrupted, attempting repair
2018-05-09 14:47:28  Updated conversion rate to Ξ1 = US$740.92 (6427015.5 wei/gas)
2018-05-09 14:47:32  DB corrupted: Invalid argument: You have to open all column families. Column families not opened: col4, col6, col2, col1, col5, col0, col3, attempting repair
Client service error: Client(Database(Error(Msg("Received null column family handle from DB."), State { next_error: None, backtrace: None })))
pavel@pbu16:~/parity$ parity
2018-05-09 14:47:48  Starting Parity/v1.10.3-stable-b9ceda3-20180507/x86_64-linux-gnu/rustc1.25.0
2018-05-09 14:47:48  Keys path /home/pavel/.local/share/io.parity.ethereum/keys/Foundation
2018-05-09 14:47:48  DB path /home/pavel/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d
2018-05-09 14:47:48  Path to dapps /home/pavel/.local/share/io.parity.ethereum/dapps
2018-05-09 14:47:48  State DB configuration: fast
2018-05-09 14:47:48  Operating mode: active
2018-05-09 14:47:48  Configured for Foundation using Ethash engine
2018-05-09 14:47:48  DB corrupted: Invalid argument: You have to open all column families. Column families not opened: col4, col6, col3, col1, col5, col0, col2, attempting repair
2018-05-09 14:47:49  Updated conversion rate to Ξ1 = US$740.92 (6427015.5 wei/gas)
Client service error: Client(Database(Error(Msg("Received null column family handle from DB."), State { next_error: None, backtrace: None })))
@Tbaut
Copy link
Contributor

Tbaut commented May 9, 2018

Thanks, it's a duplicate, please follow this issue: #7748

@Tbaut Tbaut closed this as completed May 9, 2018
@Tbaut Tbaut added Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate. M4-core ⛓ Core client code / Rust. F1-panic 🔨 The client panics and exits without proper error handling. labels May 9, 2018
@Tbaut Tbaut added this to the 1.12 milestone May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F1-panic 🔨 The client panics and exits without proper error handling. M4-core ⛓ Core client code / Rust. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Projects
None yet
Development

No branches or pull requests

2 participants