Ensure forwarded Blobs don't break Erasure (#3907)

This commit is contained in:
Sagar Dhawan
2019-04-20 16:44:06 -07:00
committed by GitHub
parent c0bffb56df
commit 349e8a9462
8 changed files with 35 additions and 48 deletions

View File

@@ -176,7 +176,7 @@ pub fn cluster_info_retransmit() -> result::Result<()> {
assert!(done);
let b = SharedBlob::default();
b.write().unwrap().meta.size = 10;
ClusterInfo::retransmit(&c1, &b, &tn1)?;
ClusterInfo::retransmit(&c1, &b, &tn1, false)?;
let res: Vec<_> = [tn1, tn2, tn3]
.into_par_iter()
.map(|s| {