-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store/Receivers: Calculating chunk hashes on stores/receivers (#5703)
* Adding hashes to raw chunks and populating it from bucket store Signed-off-by: Pedro Tanaka <[email protected]> * Adding flag on SeriesRequest to control whether to calculate or not hashes Signed-off-by: Pedro Tanaka <[email protected]> * Only calculate hash on series request for bucket when needed Signed-off-by: Pedro Tanaka <[email protected]> * implement e2e test for prometheus store Signed-off-by: Pedro Tanaka <[email protected]> fixing flaky e2e tests Signed-off-by: Pedro Tanaka <[email protected]> fix integration test for prometheus Signed-off-by: Pedro Tanaka <[email protected]> * calculating hash on TSDB Series() request as well Signed-off-by: Pedro Tanaka <[email protected]> Final fix on error linting Signed-off-by: Pedro Tanaka <[email protected]> * Using sync.Pool to avoid gc pressure Signed-off-by: Pedro Tanaka <[email protected]> * Fixing whitespace Signed-off-by: Pedro Tanaka <[email protected]> * Fixing nit on proto Signed-off-by: Pedro Tanaka <[email protected]> * Fixing hashpool Signed-off-by: Pedro Tanaka <[email protected]> * Using pool from callee instead of inside helper function Signed-off-by: Pedro Tanaka <[email protected]> * Reusing the hasher pool in other places Signed-off-by: Pedro Tanaka <[email protected]> * Calculating hashes by default Signed-off-by: Pedro Tanaka <[email protected]> * Adjusting e2e and integration tests Signed-off-by: Pedro Tanaka <[email protected]> * fixing linting and e2e test Signed-off-by: Pedro Tanaka <[email protected]> * Fixing new call format for tsdb.NewHead Signed-off-by: Pedro Tanaka <[email protected]> * Adding option to control whether to hash chunks on stores or not Signed-off-by: Pedro Tanaka <[email protected]> Signed-off-by: Pedro Tanaka <[email protected]> Signed-off-by: Pedro Tanaka <[email protected]>
- Loading branch information
1 parent
3642334
commit 2d0407f
Showing
12 changed files
with
359 additions
and
68 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
Oops, something went wrong.