Retransmit blobs from leader from window (#975)

- Some nodes don't have leader information while leader is broadcasting
  blobs to those nodes. Such blobs are not retransmitted. This change
  rertansmits the blobs once the leader's identity is know.
This commit is contained in:
Pankaj Garg
2018-08-14 21:51:37 -07:00
committed by GitHub
parent dccae18b53
commit 982afa87a6
3 changed files with 234 additions and 29 deletions

2
tests/multinode.rs Executable file → Normal file
View File

@ -524,7 +524,7 @@ fn test_multi_node_dynamic_network() {
Ok(val) => val
.parse()
.expect(&format!("env var {} is not parse-able as usize", key)),
Err(_) => 100,
Err(_) => 170,
};
let purge_key = "SOLANA_DYNAMIC_NODES_PURGE_LAG";