You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor block storage User Scanner and introduce user index file (#6780)
* add list and user index user scanner
Signed-off-by: Ben Ye <benye@amazon.com>
* changelog
Signed-off-by: Ben Ye <benye@amazon.com>
* lint
Signed-off-by: Ben Ye <benye@amazon.com>
* fix lint and test
Signed-off-by: yeya24 <benye@amazon.com>
* lint
Signed-off-by: yeya24 <benye@amazon.com>
* fix test
Signed-off-by: yeya24 <benye@amazon.com>
* fix unit tests
Signed-off-by: yeya24 <benye@amazon.com>
* fix unit test
Signed-off-by: yeya24 <benye@amazon.com>
* update unit test
Signed-off-by: yeya24 <benye@amazon.com>
* ignore user index file name as a valid a userID
Signed-off-by: yeya24 <benye@amazon.com>
* add metrics for scanner
Signed-off-by: yeya24 <benye@amazon.com>
* fix lint
Signed-off-by: yeya24 <benye@amazon.com>
* fix metrics
Signed-off-by: yeya24 <benye@amazon.com>
---------
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: yeya24 <benye@amazon.com>
Copy file name to clipboardExpand all lines: docs/configuration/v1-guarantees.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Currently experimental features are:
64
64
- Blocks storage bucket index
65
65
- The bucket index support in the querier and store-gateway (enabled via `-blocks-storage.bucket-store.bucket-index.enabled=true`) is experimental
66
66
- The block deletion marks migration support in the compactor (`-compactor.block-deletion-marks-migration-enabled`) is temporarily and will be removed in future versions
67
+
- Blocks storage user index
67
68
- Querier: tenant federation
68
69
- The thanosconvert tool for converting Thanos block metadata to Cortex
69
70
- HA Tracker: cleanup of old replicas from KV Store.
0 commit comments