Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return WARN if blob_last_used_by returns an Err in validators (#2698)
## Motivation Currently if a call to `blob_last_used_by` returns an `Err`, we'll print a `ERROR` level log. That is not very accurate because validators could still be not fully in sync and some of them could be missing some blobs. ## Proposal Change log level to `WARN` ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle.
- Loading branch information