We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc367f commit 410244bCopy full SHA for 410244b
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## master / unreleased
4
+* [CHANGE] Enable shuffle sharding in compactors
5
* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block`
6
7
## 1.16.1
cortex/compactor.libsonnet
@@ -30,6 +30,8 @@
30
31
// Enable sharding.
32
'compactor.sharding-enabled': true,
33
+ 'compactor.sharding-strategy': 'shuffle-sharding',
34
+ 'compactor.tenant-shard-size': 1,
35
'compactor.ring.store': 'consul',
36
'compactor.ring.consul.hostname': 'consul.%s.svc.cluster.local:8500' % $._config.namespace,
37
'compactor.ring.prefix': '',
0 commit comments