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
When mt-batch pushes the batch to da, da will process less of the last block, resulting in one less block of data in this batch. The data of this block will not be integrated into da until the next batch.
If there is no batch, the currentL2TransactionIndex metric will decrease, which is theoretically not possible. It is a counter type Prometheus monitoring.
Screenshots
Mt-batcher n/a
How to deal
Mt-batcher adds a block when processing each batch.
This metric is only pushed when the batch exists.
The text was updated successfully, but these errors were encountered:
# Goals of PR
Core changes:
1. mt-batcher adds a block when pushing each batch
2. This metric is only pushed when the batch exists.
Notes:
- no
Related Issues:
- #1366
Describe the bug
Screenshots
How to deal
The text was updated successfully, but these errors were encountered: