Make a dummy version of serving repairs from db_ledger

This commit is contained in:
Carl
2018-12-10 01:24:41 -08:00
committed by Grimes
parent b1b190b80d
commit 245362db96
11 changed files with 152 additions and 254 deletions

View File

@@ -99,7 +99,6 @@ impl Replicator {
const REPLICATOR_WINDOW_SIZE: usize = 32 * 1024;
let window = window::new_window(REPLICATOR_WINDOW_SIZE);
let shared_window = Arc::new(RwLock::new(window));
info!("Replicator: id: {}", keypair.pubkey());
info!("Creating cluster info....");
@@ -127,8 +126,7 @@ impl Replicator {
let gossip_service = GossipService::new(
&cluster_info,
shared_window.clone(),
ledger_path,
Some(db_ledger.clone()),
node.sockets.gossip,
exit.clone(),
);