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
The AccumulatedDataLoop basically assumes that the size of the batch being submitted is equal to BlockBatchMaxSizeBytes but actually it will be less. That means every time the submission happens it is actually falling more and more behind the actual produced blocks.
The text was updated successfully, but these errors were encountered:
danwt
changed the title
In AccumulatedDataLoop do not assume batches are all BlockBatchMaxSizeBytes size
In AccumulatedDataLoop miscounting - do not assume batches are all BlockBatchMaxSizeBytes size
Jul 18, 2024
Even after
which fix
AccumulatedData
in case of submission latency #954there is still a problem:
The AccumulatedDataLoop basically assumes that the size of the batch being submitted is equal to BlockBatchMaxSizeBytes but actually it will be less. That means every time the submission happens it is actually falling more and more behind the actual produced blocks.
The text was updated successfully, but these errors were encountered: