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
In ChainClient::stage_block_execution we try to exeute a block locally and might get a LocalNodeError::BlobsNotFound as a result of that call. If that happens, we try to receive_certificates_for_blobs and then retry after finding the missing blob.
It would be useful to know how often that happens - i.e. how often a client tries to execute a block w/o having certificates for all the blobs in it.
The text was updated successfully, but these errors were encountered:
In
ChainClient::stage_block_execution
we try to exeute a block locally and might get aLocalNodeError::BlobsNotFound
as a result of that call. If that happens, we try toreceive_certificates_for_blobs
and then retry after finding the missing blob.It would be useful to know how often that happens - i.e. how often a client tries to execute a block w/o having certificates for all the blobs in it.
The text was updated successfully, but these errors were encountered: