Drop older slots in the ledger (#5188)

* Add facility to delete blocktree columns in range

* Add ledger cleanup service

* Add local_cluster test
This commit is contained in:
Sagar Dhawan
2019-07-20 13:13:55 -07:00
committed by GitHub
parent 9d2940d487
commit a07b17b9b5
10 changed files with 271 additions and 67 deletions

View File

@@ -42,6 +42,7 @@ pub mod gossip_service;
pub mod leader_schedule;
pub mod leader_schedule_cache;
pub mod leader_schedule_utils;
pub mod ledger_cleanup_service;
pub mod local_cluster;
pub mod local_vote_signer_service;
pub mod packet;