Skip to content

Error When I try to fast syncsync  #4369

Closed
@alptolga

Description

Here is the command that I use:

sudo ./besu --network=classic --static-nodes-file=static-nodes.json --fast-sync-min-peers=5 --permissions-nodes-contract-version=2 --sync-mode=fast --nat-method=UPNP

I got these errors:

2022-09-08 20:24:58.419+03:00 | EthScheduler-Services-2 (requestLoadLocalData) | ERROR | FastWorldStateDownloadProcess | Pipeline failed
org.hyperledger.besu.plugin.services.exception.StorageException: org.rocksdb.RocksDBException: block checksum mismatch: stored = 4257919811, computed = 2252973619, type = 1 in /home/tt/Downloads/besu-22.7.1/database/000125.sst offset 66369270 size 21580
at org.hyperledger.besu.plugin.services.storage.rocksdb.segmented.RocksDBColumnarKeyValueStorage.get(RocksDBColumnarKeyValueStorage.java:178)
at org.hyperledger.besu.plugin.services.storage.rocksdb.segmented.RocksDBColumnarKeyValueStorage.get(RocksDBColumnarKeyValueStorage.java:64)
at org.hyperledger.besu.services.kvstore.SegmentedKeyValueStorageAdapter.get(SegmentedKeyValueStorageAdapter.java:50)
at org.hyperledger.besu.ethereum.storage.keyvalue.WorldStateKeyValueStorage.getTrieNode(WorldStateKeyValueStorage.java:75)
at org.hyperledger.besu.ethereum.storage.keyvalue.WorldStateKeyValueStorage.getAccountStateTrieNode(WorldStateKeyValueStorage.java:62)
at org.hyperledger.besu.ethereum.eth.sync.fastsync.worldstate.AccountTrieNodeDataRequest.lambda$getExistingData$1(AccountTrieNodeDataRequest.java:50)
at java.base/java.util.Optional.flatMap(Optional.java:294)
at org.hyperledger.besu.ethereum.eth.sync.fastsync.worldstate.AccountTrieNodeDataRequest.getExistingData(AccountTrieNodeDataRequest.java:47)
at org.hyperledger.besu.ethereum.eth.sync.fastsync.worldstate.LoadLocalDataStep.loadLocalData(LoadLocalDataStep.java:47)
at org.hyperledger.besu.ethereum.eth.sync.fastsync.worldstate.FastWorldStateDownloadProcess$Builder.lambda$build$1(FastWorldStateDownloadProcess.java:191)
at org.hyperledger.besu.services.pipeline.FlatMapProcessor.processNextInput(FlatMapProcessor.java:32)
at org.hyperledger.besu.services.pipeline.ProcessingStage.run(ProcessingStage.java:38)
at org.hyperledger.besu.services.pipeline.Pipeline.lambda$runWithErrorHandling$3(Pipeline.java:152)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.rocksdb.RocksDBException: block checksum mismatch: stored = 4257919811, computed = 2252973619, type = 1 in /home/tt/Downloads/besu-22.7.1/database/000125.sst offset 66369270 size 21580
at org.rocksdb.RocksDB.get(Native Method)
at org.rocksdb.RocksDB.get(RocksDB.java:2084)
at org.hyperledger.besu.plugin.services.storage.rocksdb.segmented.RocksDBColumnarKeyValueStorage.get(RocksDBColumnarKeyValueStorage.java:176)
... 17 more

**Software version:

besu 22.7.1

Java version:

openjdk version "11.0.16" 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu118.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu118.04, mixed mode, sharing)

OS Name & Version:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Kernel Version:
Linux srv 5.6.17-050617-generic #202006071230 SMP Sun Jun 7 12:35:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    ETCEthereum Classic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions