Skip to content

Commit 5590120

Browse files
wip
1 parent 2250022 commit 5590120

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/disco/metrics/metrics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

src/discof/replay/fd_replay_tile.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)