forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compact+store+tools: Filter for duplicate block data only within a co…
…mpaction group and in parallel (thanos-io#4963) * Move group key function to the metadata package. Deduplicate within compaction groups and in parallel. Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * cleanup after rebase Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * formatting Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * Reduce mutex operations in DeduplicateFilter Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * fix tests after last update from main Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * formatting Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * Move fetcher modifiers before filters so we can compute correct compactions groups during deduplication Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * Merge the notion of filters and modifiers so we can strip replica labels before deduplication. Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * formatting Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * fix tests Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * remove duplicate filter list entry Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * FIx new calls to NewStoreGW Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * add CHANGELOG Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * Apply suggestions from code review Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> * comment suggested in review Signed-off-by: Nathan Berkley <nberkley@tripadvisor.com> Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: Nicholaswang <wzhever@gmail.com>
- Loading branch information
1 parent
5ae2208
commit 129e507
Showing
25 changed files
with
171 additions
and
239 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
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
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
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
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
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
Oops, something went wrong.