Add repair breakdown by slot and index (#10717)
* Slot full logging * Repair stats logging Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
@ -1125,6 +1125,12 @@ impl Blockstore {
|
||||
new_consumed,
|
||||
shred.reference_tick(),
|
||||
);
|
||||
if slot_meta.is_full() {
|
||||
info!(
|
||||
"slot {} is full, last: {}",
|
||||
slot_meta.slot, slot_meta.last_index
|
||||
);
|
||||
}
|
||||
data_index.set_present(index, true);
|
||||
trace!("inserted shred into slot {:?} and index {:?}", slot, index);
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user