solana/core
Xiang Zhu f3e94ca73c
AHV processes the snapshot dirs in place (#30978)
* AHV processes the snapshot dirs in place

Let account pacakge use the snapshot dir, so AHV computes the accounts hash and turns the pre snapshot dir into a post snapshot dir

* fix status cache path to maintain the archive layout for the in-place snapshot dir archiving

* fix test_package_snapshots

* Fix test_concurrent_snapshot_packaging

* Remove debug change.

* Fix snapshot_links path

* change to borrow for bank_snapshots_dir

* Reverted changes in create_and_verify_snapshot

* Fix param errors

* Fix rebase errors

* Remove NOTE 1

* Remove unwrap

* Remove the variables to make it apparent taht snapshot_links is the bank_snapshots_dir

* Use soft link instead of hard link for snapshot and status cache

* After switching to soft symlinking, the src path should be absolute
2023-04-26 11:48:48 -07:00
..
benches PohRecorder take Arc not &Arc for blockstore (#31234) 2023-04-19 11:41:18 -07:00
src AHV processes the snapshot dirs in place (#30978) 2023-04-26 11:48:48 -07:00
tests AHV processes the snapshot dirs in place (#30978) 2023-04-26 11:48:48 -07:00
.gitignore
Cargo.toml Upgrades fs_extra to v1.3.0 (#31341) 2023-04-25 18:29:19 -04:00
build.rs