johndoe Posted October 17, 2018 Share Posted October 17, 2018 (edited) Been trying to sync a ripple archival node (intending to get full history) for the last 30 days. I have tried multiple restarts and cleaning out the chain db. But I have been completely unsuccessful in syncing any history prior to the point where I started the node. It's a 10TB SSD raid server with 32 cores and 96GB RAM and 10Gbit ethernet so it's not because the server is too slow. The node seems to refuse to sync any history prior to 41821256 (which is the last time I tried restarting the node)... "complete_ledgers": "41821256-42288748", Does anyone have any ideas for how to fix this? My relevant configuration, version etc is included below Rippled version: v1.1.0 rippled config: [server] port_rpc_admin_local port_peer port_ws_admin_local [port_rpc_admin_local] port = 5005 ip = 127.0.0.1 admin = 127.0.0.1 protocol = http [port_peer] port = 51235 ip = 0.0.0.0 protocol = peer [port_ws_admin_local] port = 6006 ip = 127.0.0.1 admin = 127.0.0.1 protocol = ws [ips] r.ripple.com 51235 [node_size] huge [ledger_history] full [workers] 31 [node_db] type = nudb path = /volume/ripple compression = 0 open_files = 2000 cache_mb = 4096 file_size_mb = 16 advisory_delete = 1 [database_path] /volume/ripple/db [sntp_servers] time.windows.com time.apple.com time.nist.gov pool.ntp.org [ips_fixed] s2.ripple.com 51235 [rpc_startup] { "command": "log_level", "severity": "warning" } [ssl_verify] 1 [validators_file] /volume/ripple/validators.txt My validators file (the default one from github): [validator_list_sites] https://vl.ripple.com [validator_list_keys] ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 Output from server_info { "info": { "build_version": "1.1.0", "complete_ledgers": "41821256-42288748", "io_latency_ms": 1, "jq_trans_overflow": "0", "last_close": { "converge_time_s": 2, "proposers": 23 }, "load": { "job_types": [ { "job_type": "ledgerRequest", "per_second": 1 }, { "job_type": "untrustedProposal", "per_second": 28 }, { "avg_time": 4, "job_type": "ledgerData", "peak_time": 79, "per_second": 2 }, { "in_progress": 1, "job_type": "clientCommand", "per_second": 2 }, { "job_type": "transaction", "peak_time": 1, "per_second": 2 }, { "job_type": "batch", "peak_time": 7, "per_second": 2 }, { "job_type": "advanceLedger", "peak_time": 17, "per_second": 3 }, { "job_type": "fetchTxnData", "per_second": 2 }, { "job_type": "trustedValidation", "peak_time": 3, "per_second": 5 }, { "job_type": "writeObjects", "peak_time": 1, "per_second": 5 }, { "job_type": "trustedProposal", "per_second": 7 }, { "job_type": "peerCommand", "per_second": 1045 }, { "job_type": "diskAccess", "peak_time": 1, "per_second": 5 }, { "job_type": "processTransaction", "per_second": 2 }, { "job_type": "SyncReadNode", "peak_time": 3, "per_second": 69 }, { "job_type": "AsyncReadNode", "per_second": 2427 }, { "job_type": "WriteNode", "per_second": 168 } ], "threads": 31 }, "load_factor": 1, "peer_disconnects": "579", "peer_disconnects_resources": "2", "peers": 23, "pubkey_node": "n9LckTyg8tEsfXPuDXdhRkjjTKJAacAXYbGNnq1qmtkSkNQ1UryC", "pubkey_validator": "none", "server_state": "full", "state_accounting": { "connected": { "duration_us": "115053086", "transitions": 1 }, "disconnected": { "duration_us": "1399308", "transitions": 1 }, "full": { "duration_us": "1280554563510", "transitions": 1 }, "syncing": { "duration_us": "2037580", "transitions": 1 }, "tracking": { "duration_us": "1", "transitions": 1 } }, "time": "2018-Oct-17 03:32:23.055491", "uptime": 1280673, "validated_ledger": { "age": 2, "base_fee_xrp": 1e-05, "hash": "BA6C24FF2E9DDB6AEB16980C632DD3B3E5EE938BDC251A96E84375FCE7FC0852", "reserve_base_xrp": 20, "reserve_inc_xrp": 5, "seq": 42288748 }, "validation_quorum": 19, "validator_list_expires": "2018-Oct-30 00:00:00.000000000" }, "status": "success" } Edited October 17, 2018 by johndoe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now