Skip to content

Commit fe2e762

Browse files
authored
Upgrade thanos in cortex to backport 3814 (#3855)
* Upgrade Thanos Signed-off-by: Marco Pracucci <marco@pracucci.com> * Upgrade Thanos Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 198b55a commit fe2e762

File tree

10 files changed

+560
-193
lines changed

10 files changed

+560
-193
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
* [ENHANCEMENT] Distributor: Prevent failed ingestion from affecting rate limiting. #3825
7070
* [ENHANCEMENT] Blocks storage: added `-blocks-storage.s3.region` support to S3 client configuration. #3811
7171
* [ENHANCEMENT] Distributor: Remove cached subrings for inactive users when using shuffle sharding. #3849
72+
* [ENHANCEMENT] Store-gateway: Reduced memory used to fetch chunks at query time. #3855
7273
* [ENHANCEMENT] Ingester: attempt to prevent idle compaction from happening in concurrent ingesters by introducing a 25% jitter to the configured idle timeout (`-blocks-storage.tsdb.head-compaction-idle-timeout`). #3850
7374
* [ENHANCEMENT] Compactor: cleanup local files for users that are no longer owned by compactor. #3851
7475
* [ENHANCEMENT] Store-gateway: close empty bucket stores, and delete leftover local files for tenats that no longer belong to store-gateway. #3853

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/sony/gobreaker v0.4.1
5353
github.com/spf13/afero v1.2.2
5454
github.com/stretchr/testify v1.7.0
55-
github.com/thanos-io/thanos v0.13.1-0.20210215212610-1311d287dfe2
55+
github.com/thanos-io/thanos v0.13.1-0.20210222210039-1bc66f97c58e
5656
github.com/uber/jaeger-client-go v2.25.0+incompatible
5757
github.com/weaveworks/common v0.0.0-20210112142934-23c8d7fa6120
5858
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50

go.sum

Lines changed: 8 additions & 25 deletions
Large diffs are not rendered by default.

vendor/github.com/thanos-io/thanos/pkg/store/bucket.go

Lines changed: 69 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/thanos/pkg/store/io.go

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)