File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ metric introduced.
803803
804804 <counter name =" SchedFull" summary =" Times where sched is full and a FEC set can't be processed" />
805805 <counter name =" ReasmEmpty" summary =" Times where reasm is empty and a FEC set can't be processed" />
806- <counter name =" LeaderBidWait" summary =" Times where replay is blocked by the the PoH tile not sending an end of leader message" />
806+ <counter name =" LeaderBidWait" summary =" Times where replay is blocked by the PoH tile not sending an end of leader message" />
807807 <counter name =" BanksFull" summary =" Times where banks are full and a FEC set can't be processed" />
808808
809809 <counter name =" ProgcacheRooted" summary =" Number of program cache entries rooted" />
Original file line number Diff line number Diff line change @@ -1626,8 +1626,6 @@ can_process_fec( fd_replay_tile_t * ctx ) {
16261626
16271627 if ( FD_UNLIKELY ( (fec = fd_reasm_peek ( ctx -> reasm ))== NULL ) ) {
16281628 ctx -> metrics .reasm_empty ++ ;
1629- ctx -> metrics .reasm_latest_slot = ULONG_MAX ;
1630- ctx -> metrics .reasm_latest_fec_idx = ULONG_MAX ;
16311629 return 0 ;
16321630 }
16331631
You can’t perform that action at this time.
0 commit comments