Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it break with agave for compatibility ?! #22

Open
jun0tpyrc opened this issue Oct 14, 2024 · 1 comment
Open

Does it break with agave for compatibility ?! #22

jun0tpyrc opened this issue Oct 14, 2024 · 1 comment

Comments

@jun0tpyrc
Copy link

https://github.com/anza-xyz/agave 1.8.25

tried multiple times, still can't use the snapshots downloaded by this

[2024-10-14T00:54:50.678556142Z INFO  solana_runtime::snapshot_bank_utils] Loading bank from full snapshot archive: /data/ledger/snapshot-295456046-35iw4vsMuLsRN81wrms3G2iKRwmhuzXAHpwjW79
YVs3d.tar.zst, and incremental snapshot archive: Some("/data/ledger/incremental-snapshot-295456046-295480946-7fe9JJ3WPSjfgZyUSsSdmDbbFWjza59qMMuMaGBzZMFW.tar.zst")
thread 'solUnpkSnpsht02' panicked at /var/lib/buildkite-agent/builds/release/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45:
called `Result::unwrap()` on an `Err` value: "SendError(..)"
stack backtrace:
thread 'solUnpkSnpsht00' panicked at /var/lib/buildkite-agent/builds/release/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45:
called `Result::unwrap()` on an `Err` value: "SendError(..)"
thread 'solUnpkSnpsht03' panicked at /var/lib/buildkite-agent/builds/release/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45:
called `Result::unwrap()` on an `Err` value: "SendError(..)"
thread 'solUnpkSnpsht01' panicked at /var/lib/buildkite-agent/builds/release/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45:
called `Result::unwrap()` on an `Err` value: "SendError(..)"
   0: rust_begin_unwind
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1653:5
   3: solana_accounts_db::hardened_unpack::unpack_snapshot_with_processors
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
stack backtrace:
[2024-10-14T00:54:53.255830081Z ERROR solana_metrics::metrics] datapoint: panic program="validator" thread="solUnpkSnpsht02" one=1i message="panicked at /var/lib/buildkite-agent/builds/re
lease/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45:
    called `Result::unwrap()` on an `Err` value: \"SendError(..)\"" location="/var/lib/buildkite-agent/builds/release/anza/agave-secondary/accounts-db/src/hardened_unpack.rs:338:45" versi
on="1.18.25 (src:92ddaa20; feat:3241752014, client:Agave)"
@c29r3
Copy link
Owner

c29r3 commented Oct 14, 2024

Some versions of Solana client may not be compatible with each other. Try filtering the snapshot search by the same version that you currently have installed. I haven't been a Solana validator for a long time and I don't have my own node to check this
You can try this flag
--wildcard_version 1.8
https://github.com/c29r3/solana-snapshot-finder/releases/tag/0.3.8

If it does not work, you can search some RPC compatible with your client version and download it manualy (with wget, for example) — https://solana.rpc-finder.com/
wget --trust-server-names http://{NODE_IP}:8899/genesis.tar.bz2 -O{LEDGER_FOLDER_PATH}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants