mimir
mimir copied to clipboard
Block validation async
What this PR does
This builds off of #2538 and adds
- The beginnings of block validation code, which is started asynchronously from
FinishBlockUpload
- A periodic background goroutine that updates
validation.json
while block validation is happening.
Checklist
- [X] Tests updated
- [ ] Documentation added
- [ ]
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
will rebase to get changes from #2548 and work on test cases
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main
and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!
Closing as development is now in #3411