Skip to content

Commit

Permalink
add counter stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Naireen committed Feb 13, 2025
1 parent 48743e5 commit b61285a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ public long getSplitBacklogBytes() {
if (pBacklog == UnboundedReader.BACKLOG_UNKNOWN) {
return UnboundedReader.BACKLOG_UNKNOWN;
}
backlogBytes += pBacklog;
}

return backlogBytes;
Expand Down

0 comments on commit b61285a

Please sign in to comment.