-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bloom-compactor] Move meta.json creation at the end of compaction cy…
…cle (#11234) **What this PR does / why we need it**: This is a follow up from #11115 Instead of a creating a meta file per bloom creation, create a meta file per compaction cycle. **Which issue(s) this PR fixes**: Fixes #<issue number> **Special notes for your reviewer**:
- Loading branch information
Showing
2 changed files
with
50 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
* Should we consider configuring falsePosRate of sbf at runtime? | ||
* Adding falsePosRate of sbf into config | ||
* Add per-tenant bool to enable compaction | ||
* Use tarGz, untarGz before uploding blocks to storage | ||
* Return checksum from `BuildFrom` | ||
* Move meta creation to an outer layer, ensure one meta.json per compaction cycle. | ||
* Introduce back `maxLookBackPeriod` as `RejectOldSamplesMaxAge` limit in distributors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters