You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain conditions, the batcher will clear it's state and "start fresh". However, it is not always resetting metrics which need to stay in sync with the state which is now cleared.
The channel queue length metric is correctly reset, but we need to do something similar for pendingDABytes, otherwise the batcher may needlessly be throttling the sequencer.
The text was updated successfully, but these errors were encountered:
Under certain conditions, the batcher will clear it's state and "start fresh". However, it is not always resetting metrics which need to stay in sync with the state which is now cleared.
optimism/op-batcher/batcher/channel_manager.go
Lines 76 to 88 in 4d832fa
The channel queue length metric is correctly reset, but we need to do something similar for
pendingDABytes
, otherwise the batcher may needlessly be throttling the sequencer.The text was updated successfully, but these errors were encountered: