-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store-gateway: use bucket index instead of scanning the bucket (#6808)
* store-gateway: use bucket index instead of scanning the bucket This is a follow-up to 6673, similar change to 6779 Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestStoreGateway_InitialSyncFailure Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestStoreGateway_InitialSyncWithDefaultShardingEnabled Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStores_SyncBlocks Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStores_InitialSyncShouldRetryOnFailure Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStores_InitialSync Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStores_Series_ShouldCorrectlyQuerySeriesSpanningMultipleChunks Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStore_Series_ShouldQueryBlockWithOutOfOrderChunks Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestBucketStores_deleteLocalFilesForExcludedTenants Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestStoreGateway_SyncShouldKeepPreviousBlocksIfInstanceIsUnhealthyInTheRing Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestStoreGateway_SeriesQueryingShouldEnforceMaxChunksPerQueryLimit Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix read-write mode integration tests Signed-off-by: Dimitar Dimitrov <[email protected]> * Clean up users in integration tests more often Signed-off-by: Dimitar Dimitrov <[email protected]> * Update CHANGELOG.md Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix TestGettingStartedWithGossipedRing Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix Test_MaxSeriesAndChunksPerQueryLimitHit Signed-off-by: Dimitar Dimitrov <[email protected]> * Remove debug option Signed-off-by: Dimitar Dimitrov <[email protected]> --------- Signed-off-by: Dimitar Dimitrov <[email protected]> (cherry picked from commit 1a459bb)
- Loading branch information
1 parent
bcd1f2b
commit bb6b9c1
Showing
9 changed files
with
54 additions
and
41 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
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