Add retransmit packets_by_slot metrics (#9975) (#9984)

automerge
This commit is contained in:
mergify[bot]
2020-05-11 15:25:40 -07:00
committed by GitHub
parent fa059bb3c3
commit 8d8ad84527
2 changed files with 36 additions and 1 deletions

View File

@@ -920,7 +920,7 @@ impl Blockstore {
// Should be safe to modify index_meta here. Two cases
// 1) Recovery happens: Then all inserted erasure metas are removed
// from just_received_coding_shreds, and nothing wll be committed by
// from just_received_coding_shreds, and nothing will be committed by
// `check_insert_coding_shred`, so the coding index meta will not be
// committed
index_meta.coding_mut().set_present(shred_index, true);