Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a metric for missing blobs when staging local execution. #3032

Open
deuszx opened this issue Dec 16, 2024 · 0 comments
Open

Add a metric for missing blobs when staging local execution. #3032

deuszx opened this issue Dec 16, 2024 · 0 comments
Milestone

Comments

@deuszx
Copy link
Contributor

deuszx commented Dec 16, 2024

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.

@deuszx deuszx added this to the Testnet #2 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant