Closed KonScanner closed 4 months ago
Full node tutorial here works, with the exception that, when I run
cargo run --release --bin sui-node -- --config-path fullnode.yaml
And the node starts running I get:
2023-08-05T11:29:34.787220Z ERROR sui_network::state_sync: Failed to find an archive reader to complete the state sync request
2023-08-05T11:29:39.788055Z ERROR sui_network::state_sync: Failed to find an archive reader to complete the state sync request
2023-08-05T11:29:41.793509Z INFO sui_network::state_sync: unable to sync contents of checkpoint 1
2023-08-05T11:29:44.789055Z ERROR sui_network::state_sync: Failed to find an archive reader to complete the state sync request
Maybe need to update peers on the site. Also the docker-image is still not working :(
Same with me.
I tried with:
fullnode-template.yaml
default
authority-store-pruning-config:
num-latest-epoch-dbs-to-retain: 3
epoch-db-pruning-period-secs: 3600
num-epochs-to-retain: 1
max-checkpoints-in-batch: 10
max-transactions-in-batch: 1000
pruning-run-delay-seconds: 60
authority-store-pruning-config:
num-latest-epoch-dbs-to-retain: 3
epoch-db-pruning-period-secs: 3600
num-epochs-to-retain: 0
max-checkpoints-in-batch: 10
max-transactions-in-batch: 1000
pruning-run-delay-seconds: 60
authority-store-pruning-config:
But above all didn't work.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Steps to Reproduce Issue
Following the steps here: https://github.com/MystenLabs/sui/tree/main/docker/fullnode#readme
Expected Result
A running node.
Actual Result
Added
RUST_BACKTRACE=1
thenRUST_BACKTRACE=full
:Fails to find some sort of config call failing to load configuration.
System Information