Support old repair strategy for reparing slots in a range for supporting replicators (#3665)

This commit is contained in:
carllin
2019-04-08 12:46:23 -07:00
committed by GitHub
parent e551f6b552
commit 483cc2fa4e
4 changed files with 105 additions and 29 deletions

View File

@@ -244,7 +244,7 @@ impl Replicator {
retransmit_sender,
repair_socket,
&exit,
repair_slot_range,
Some(repair_slot_range),
);
let client = create_client(cluster_entrypoint.client_facing_addr(), FULLNODE_PORT_RANGE);