Add retransmit packets_by_slot metrics (#9975)

This commit is contained in:
sakridge
2020-05-11 13:49:10 -07:00
committed by GitHub
parent 7e364d01c2
commit 903a8a3196
2 changed files with 36 additions and 1 deletions

View File

@@ -946,7 +946,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);