|
|
|
@ -24,11 +24,10 @@ A fix for this issue is being actively worked on. |
|
|
|
|
## Error full syncing with pruning |
|
|
|
|
|
|
|
|
|
- Error syncing with mainnet on Besu 1.3.7 node - MerkleTrieException [\#580](https://github.com/hyperledger/besu/issues/580) |
|
|
|
|
The associated error is `Unable to load trie node value for hash` and is caused by the combination of |
|
|
|
|
full sync and pruning. |
|
|
|
|
The associated error is `Unable to load trie node value for hash`. |
|
|
|
|
|
|
|
|
|
Workarounds: |
|
|
|
|
1. Explicitly disable pruning using `--pruning-enabled=false` when using fast sync. |
|
|
|
|
1. Explicitly disable pruning using `--pruning-enabled=false` when using fast sync. It is already disabled by default for full sync. |
|
|
|
|
2. If the `MerkleTrieException` occurs, delete the database and resync. |
|
|
|
|
|
|
|
|
|
A fix for this issue is being actively worked on. |
|
|
|
|