Dont insert shred payload into rocksdb (#9366)

automerge
This commit is contained in:
anatoly yakovenko
2020-04-16 18:20:55 -07:00
committed by GitHub
parent 66abe45ea1
commit 5ed39de8c5
13 changed files with 501 additions and 322 deletions

View File

@ -324,7 +324,7 @@ mod tests {
)));
let snapshot_packager_service =
SnapshotPackagerService::new(receiver, None, &exit, &cluster_info);
SnapshotPackagerService::new(receiver, None, &exit, &cluster_info, None);
// Close the channel so that the package service will exit after reading all the
// packages off the channel