Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 7001a48

Browse files
authored
Merge pull request #232 from grafana/remove-postings-compression
Removed postings-compression-enabled
2 parents b3d8a89 + 11913e4 commit 7001a48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* [CHANGE] Add default present for ruler limits on all 'user' types. #221, #222
66
* [CHANGE] Enabled sharding for the blocks storage compactor. #218
7+
* [CHANGE] Removed `-blocks-storage.bucket-store.index-cache.postings-compression-enabled` CLI flag because always enabled in Cortex 1.6. #224
78
* [ENHANCEMENT] Introduce a resources dashboard for the Alertmanager. #219
89
* [ENHANCEMENT] Improves query visibility in the Ruler Dashboard for both chunks and blocks storage. #226
910
* [ENHANCEMENT] Add query-scheduler to dashboards. Add alert for queries stuck in scheduler. #228

cortex/tsdb.libsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'blocks-storage.bucket-store.index-cache.memcached.max-async-buffer-size': '25000',
3737
'blocks-storage.bucket-store.index-cache.memcached.max-async-concurrency': '50',
3838
'blocks-storage.bucket-store.index-cache.memcached.max-get-multi-batch-size': '100',
39-
'blocks-storage.bucket-store.index-cache.postings-compression-enabled': 'true',
4039
} else {}
4140
) + (
4241
if $._config.memcached_chunks_enabled then {

0 commit comments

Comments
 (0)